TeaWeb/tools/dtsgen/test_non_modular/test_04.ts

8 lines
101 B
TypeScript
Raw Normal View History

type T = "a" | "b" | "c";
function _t(parm: T) {}
2019-08-21 12:51:52 +02:00
function __t() {}
2019-08-21 12:51:52 +02:00
function __0(a: "a" | "b") {
}