TeaWeb/tools/dtsgen/test_non_modular/test_03.ts

13 lines
114 B
TypeScript
Raw Normal View History

2018-12-23 22:56:04 +01:00
enum YY {
H = "C",
B = "Y"
}
interface X {
type: "",
c: YY.B
2019-01-26 18:06:32 +01:00
}
class X {
static async x();
2018-12-23 22:56:04 +01:00
}