mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Updated baseline
This commit is contained in:
@@ -148,9 +148,9 @@ function outer(x) {
|
||||
var Inner = (function () {
|
||||
function Inner() {
|
||||
}
|
||||
Inner.y = x;
|
||||
return Inner;
|
||||
}());
|
||||
Inner.y = x;
|
||||
return Inner;
|
||||
}
|
||||
var y = outer(5).y;
|
||||
|
||||
Reference in New Issue
Block a user