TeaWeb/tools/dtsgen/test/test_04.ts

8 lines
101 B
TypeScript

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