Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DrenamingDestructuredPropertyInFunctionType2.ts20 type G8 = ({ a, b: number }) => typeof number; alias
DrenamingDestructuredPropertyInFunctionType.ts23 type G8 = new ({ a, b: number }) => typeof number; // OK alias