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

10 lines
514 B
Text
Raw Normal View History

tests/cases/conformance/scanner/ecmascript5/scannerNumericLiteral9.ts(1,1): error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher.
tests/cases/conformance/scanner/ecmascript5/scannerNumericLiteral9.ts(1,3): error TS1005: ';' expected.
2014-08-07 21:08:31 +02:00
==== tests/cases/conformance/scanner/ecmascript5/scannerNumericLiteral9.ts (2 errors) ====
009
~~
!!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher.
2014-08-07 21:08:31 +02:00
~
!!! error TS1005: ';' expected.