TypeScript/tests/baselines/reference/classExpressionWithStaticProperties2.errors.txt
2015-04-02 17:50:11 -07:00

7 lines
355 B
Plaintext

tests/cases/compiler/classExpressionWithStaticProperties2.ts(1,15): error TS9003: 'class' expressions are not currently supported.
==== tests/cases/compiler/classExpressionWithStaticProperties2.ts (1 errors) ====
var v = class C { static a = 1; static b };
~
!!! error TS9003: 'class' expressions are not currently supported.