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

6 lines
258 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/class2.ts (2 errors) ====
class foo { constructor() { static f = 3; } }
~~~~~~
!!! Statement expected.
~
!!! Declaration or statement expected.