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

8 lines
286 B
Plaintext
Raw Normal View History

2014-07-23 19:40:39 +02:00
==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode8.ts (2 errors) ====
2014-07-13 01:04:16 +02:00
"use strict";
function eval() {
~~~~
2014-07-23 19:40:39 +02:00
!!! Invalid use of 'eval' in strict mode.
~~~~
2014-07-13 01:04:16 +02:00
!!! Overload signatures must all be ambient or non-ambient.
}