TypeScript/tests/baselines/reference/keepImportsInDts4.types
Vladimir Matveev 2c24f81561 added tests
2016-02-03 21:43:31 -08:00

6 lines
223 B
Plaintext

=== tests/cases/compiler/folder/test.ts ===
No type information for this code.export {};
No type information for this code.=== tests/cases/compiler/main.ts ===
import "./folder/test"
No type information for this code.