TeaWeb/tools/dtsgen/test/test_07.ts
2019-08-30 19:16:47 +02:00

7 lines
No EOL
114 B
TypeScript

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