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

9 lines
326 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509669.ts(2,17): error TS1005: '=>' expected.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509669.ts (1 errors) ====
function foo():any {
return ():void {};
~
!!! error TS1005: '=>' expected.
2014-07-13 01:04:16 +02:00
}