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

16 lines
380 B
Plaintext
Raw Normal View History

2014-07-23 19:40:39 +02:00
==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode2.ts (5 errors) ====
2014-07-13 01:04:16 +02:00
"use strict";
foo1();
~~~~
!!! Cannot find name 'foo1'.
foo1();
~~~~
!!! Cannot find name 'foo1'.
foo1();
~~~~
!!! Cannot find name 'foo1'.
static();
~~~~~~
2014-07-23 19:40:39 +02:00
!!! Declaration or statement expected.
~
!!! Expression expected.