TypeScript/tests/cases/compiler/classExpressionWithStaticProperties1.ts
2015-04-02 17:50:11 -07:00

1 line
No EOL
47 B
TypeScript

var v = class C { static a = 1; static b = 2 };