Searched refs:x321 (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
D | generatedContextualTyping.ts | 321 function x321(n: () => Base[]) { }; x321(() => [d1, d2]); function
|
/third_party/typescript/tests/baselines/reference/ |
D | generatedContextualTyping.types | 2918 function x321(n: () => Base[]) { }; x321(() => [d1, d2]); 2919 >x321 : (n: () => Base[]) => void 2921 >x321(() => [d1, d2]) : void 2922 >x321 : (n: () => Base[]) => void
|
D | generatedContextualTyping.symbols | 2499 function x321(n: () => Base[]) { }; x321(() => [d1, d2]); 2500 >x321 : Symbol(x321, Decl(generatedContextualTyping.ts, 317, 80)) 2503 >x321 : Symbol(x321, Decl(generatedContextualTyping.ts, 317, 80))
|