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

16 lines
377 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ModuleElements/parserErrorRecovery_ModuleElement2.ts (3 errors) ====
function foo() {
}
function foo() {
~~~~~~~~~~~~~~~~
}
~
!!! Duplicate function implementation.
)
~
!!! Declaration or statement expected.
)
~
!!! Declaration or statement expected.