TeaWeb/tools/dtsgen/test_non_modular/test_07.ts
2020-03-28 13:58:36 +01:00

7 lines
No EOL
114 B
TypeScript

namespace C {
type B = string;
}
namespace C {
type B = string;
export function test(arg: string) {}
}