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

13 lines
382 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserModifierOnStatementInBlock4.ts (3 errors) ====
{
export function bar() {
~~~~~~
!!! Statement expected.
~~~~~~~~~~~~~~~~~~~~~~~
}
~~~~
!!! Cannot compile external modules unless the '--module' flag is provided.
}
~
!!! Declaration or statement expected.