Skip to content

Commit 9bbbb33

Browse files
committed
Updated baseline
1 parent 92fbe6b commit 9bbbb33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/baselines/reference/staticAnonymousTypeNotReferencingTypeParameter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ function outer(x) {
148148
var Inner = (function () {
149149
function Inner() {
150150
}
151-
Inner.y = x;
152151
return Inner;
153152
}());
153+
Inner.y = x;
154154
return Inner;
155155
}
156156
var y = outer(5).y;

0 commit comments

Comments
 (0)