TypeScript/tests/baselines/reference/classExpressionWithStaticProperties2.errors.txt

7 lines
355 B
Plaintext
Raw Normal View History

2015-04-03 02:50:11 +02:00
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.