TypeScript/tests/baselines/reference/arrowFunctionInExpressionStatement1.types

6 lines
119 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/arrowFunctionInExpressionStatement1.ts ===
() => 0;
>() => 0 : () => number
2015-04-13 21:36:11 +02:00
>0 : number
2014-08-15 23:33:16 +02:00