Searched refs:x323 (Results 1 – 2 of 2) sorted by relevance
344 x323: number; property in C
2643 function x323(n: () => Base[]) { }; x323(function named() { function2644 AssertType(x323(function named() { return [d1, d2] }), "void");2645 AssertType(x323, "(() => Base[]) => void");