TypeScript/tests/baselines/reference/arrowFunctionInExpressionStatement2.symbols
2015-04-15 16:44:20 -07:00

7 lines
168 B
Plaintext

=== tests/cases/compiler/arrowFunctionInExpressionStatement2.ts ===
module M {
>M : Symbol(M, Decl(arrowFunctionInExpressionStatement2.ts, 0, 0))
() => 0;
}