7 lines
No EOL
114 B
TypeScript
7 lines
No EOL
114 B
TypeScript
namespace C {
|
|
type B = string;
|
|
}
|
|
namespace C {
|
|
type B = string;
|
|
export function test(arg: string) {}
|
|
} |