TeaWeb/tools/dtsgen/test/test_03.ts
2018-12-23 22:56:04 +01:00

9 lines
No EOL
79 B
TypeScript

enum YY {
H = "C",
B = "Y"
}
interface X {
type: "",
c: YY.B
}