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

13 lines
No EOL
114 B
TypeScript

enum YY {
H = "C",
B = "Y"
}
interface X {
type: "",
c: YY.B
}
class X {
static async x();
}