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

10 lines
378 B
Text
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserModifierOnStatementInBlock2.ts(2,4): error TS1184: Modifiers cannot appear here.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserModifierOnStatementInBlock2.ts (1 errors) ====
2014-07-13 01:04:16 +02:00
{
declare var x = this;
~~~~~~~
!!! error TS1184: Modifiers cannot appear here.
2014-07-13 01:04:16 +02:00
}