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

9 lines
252 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserModifierOnStatementInBlock2.ts (2 errors) ====
{
declare var x = this;
~~~
!!! ';' expected.
~~~~~~~
!!! Cannot find name 'declare'.
}