Skip to content

Commit 66e2a0b

Browse files
Accepted baselines.
1 parent 6ef27a4 commit 66e2a0b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
class C {
2+
constructor() {
3+
this.foo = 10;
4+
}
5+
}
6+
C.bar = 20;
7+
var C;
8+
(function (C) {
9+
C.x = 10;
10+
})(C || (C = {}));

0 commit comments

Comments
 (0)