TypeScript/tests/baselines/reference/parser509669.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
210 B
Plaintext

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