TeaWeb/tools/dtsgen/test_non_modular/test_07.ts

7 lines
114 B
TypeScript
Raw Normal View History

2019-08-30 19:16:47 +02:00
namespace C {
type B = string;
}
namespace C {
type B = string;
export function test(arg: string) {}
}