TeaWeb/tools/dtsgen/test/test_04.ts
2019-04-04 18:15:28 +02:00

5 lines
No EOL
69 B
TypeScript

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