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

13 lines
313 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== 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'.