Add baseline

This commit is contained in:
Yui T 2014-10-08 15:05:58 -07:00
parent 48c3bc800c
commit 40f6b6719f

View File

@ -0,0 +1,11 @@
EmitOutputStatus : JSGeneratedWithSemanticErrors
EmitOutputStatus : JSGeneratedWithSemanticErrors
Filename : tests/cases/fourslash/inputFile2.js
var x1 = "hello world";
var Foo = (function () {
function Foo() {
}
return Foo;
})();