Home
last modified time | relevance | path

Searched refs:x321 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DgeneratedContextualTyping.ts321 function x321(n: () => Base[]) { }; x321(() => [d1, d2]); function
/third_party/typescript/tests/baselines/reference/
DgeneratedContextualTyping.types2918 function x321(n: () => Base[]) { }; x321(() => [d1, d2]);
2919 >x321 : (n: () => Base[]) => void
2921 >x321(() => [d1, d2]) : void
2922 >x321 : (n: () => Base[]) => void
DgeneratedContextualTyping.symbols2499 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))