Home
last modified time | relevance | path

Searched defs:G6 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DrenamingDestructuredPropertyInFunctionType2.ts18 type G6 = ({ a: string }) => typeof string; alias
DrenamingDestructuredPropertyInFunctionType.ts21 type G6 = new ({ a: string }) => typeof string; // OK alias