TypeScript/tests/baselines/reference/getEmitOutputWithDeclarationFile.baseline
2014-10-08 15:05:58 -07:00

11 lines
245 B
Text

EmitOutputStatus : JSGeneratedWithSemanticErrors
EmitOutputStatus : JSGeneratedWithSemanticErrors
Filename : tests/cases/fourslash/inputFile2.js
var x1 = "hello world";
var Foo = (function () {
function Foo() {
}
return Foo;
})();