TypeScript/tests/baselines/reference/arrowFunctionInExpressionStatement1.types
2014-08-15 14:37:48 -07:00

5 lines
106 B
Plaintext

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