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

7 lines
361 B
Plaintext

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