mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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