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

8 lines
No EOL
101 B
TypeScript

type T = "a" | "b" | "c";
function _t(parm: T) {}
function __t() {}
function __0(a: "a" | "b") {
}