TypeScript/tests/baselines/reference/arrowFunctionInExpressionStatement1.types
2015-04-13 12:36:11 -07:00

6 lines
119 B
Plaintext

=== tests/cases/compiler/arrowFunctionInExpressionStatement1.ts ===
() => 0;
>() => 0 : () => number
>0 : number