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

13 lines
254 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/staticClassProps.ts (2 errors) ====
class C
{
public foo() {
static z = 1;
~~~~~~
!!! Statement expected.
}
}
~
!!! Declaration or statement expected.