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

6 lines
196 B
Plaintext

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