TypeScript/tests/baselines/reference/class2.errors.txt
2014-07-12 17:30:19 -07:00

6 lines
258 B
Plaintext

==== tests/cases/compiler/class2.ts (2 errors) ====
class foo { constructor() { static f = 3; } }
~~~~~~
!!! Statement expected.
~
!!! Declaration or statement expected.