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

13 lines
313 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode1.ts (4 errors) ====
foo1();
~~~~
!!! Cannot find name 'foo1'.
foo1();
~~~~
!!! Cannot find name 'foo1'.
foo1();
~~~~
!!! Cannot find name 'foo1'.
static();
~~~~~~
!!! Cannot find name 'static'.