TypeScript/tests/baselines/reference/parser509669.errors.txt
2014-09-12 13:35:07 -07:00

9 lines
326 B
Plaintext

tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509669.ts(2,17): error TS1005: '=>' expected.
==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509669.ts (1 errors) ====
function foo():any {
return ():void {};
~
!!! error TS1005: '=>' expected.
}