TypeScript/tests/baselines/reference/parserErrorRecovery_ModuleElement2.errors.txt
2014-07-12 17:30:19 -07:00

16 lines
377 B
Plaintext

==== 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.