mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-12 01:48:33 -05:00
Add baseline
This commit is contained in:
@@ -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;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user