Skip to content

Commit 40f6b67

Browse files
author
Yui T
committed
Add baseline
1 parent 48c3bc8 commit 40f6b67

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
EmitOutputStatus : JSGeneratedWithSemanticErrors
2+
3+
EmitOutputStatus : JSGeneratedWithSemanticErrors
4+
Filename : tests/cases/fourslash/inputFile2.js
5+
var x1 = "hello world";
6+
var Foo = (function () {
7+
function Foo() {
8+
}
9+
return Foo;
10+
})();
11+

0 commit comments

Comments
 (0)