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

1 line
No EOL
43 B
TypeScript

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