TypeScript/tests/baselines/reference/letAsIdentifier2.types
2015-12-02 13:43:06 -08:00

6 lines
92 B
Plaintext

=== tests/cases/compiler/letAsIdentifier2.ts ===
function let() {}
>let : () => void