mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 17:27:54 -05:00
Accepted baselines.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class C {
|
||||
constructor() {
|
||||
this.foo = 10;
|
||||
}
|
||||
}
|
||||
C.bar = 20;
|
||||
var C;
|
||||
(function (C) {
|
||||
C.x = 10;
|
||||
})(C || (C = {}));
|
||||
Reference in New Issue
Block a user