TypeScript/tests/baselines/reference/systemModule5.types

6 lines
96 B
Plaintext
Raw Normal View History

2015-04-11 17:50:11 +02:00
=== tests/cases/compiler/systemModule5.ts ===
export function foo() {}
>foo : () => void