mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 15:25:54 -06:00
Accepted baselines.
This commit is contained in:
parent
6ef27a4e1e
commit
66e2a0bb94
@ -0,0 +1,10 @@
|
||||
class C {
|
||||
constructor() {
|
||||
this.foo = 10;
|
||||
}
|
||||
}
|
||||
C.bar = 20;
|
||||
var C;
|
||||
(function (C) {
|
||||
C.x = 10;
|
||||
})(C || (C = {}));
|
||||
Loading…
x
Reference in New Issue
Block a user