Searched refs:x324 (Results 1 – 2 of 2) sorted by relevance
345 x324: number; property in C
2653 function x324(n: { (): Base[]; }) { }; x324(() => [d1, d2]); function2654 AssertType(x324(() => [d1, d2]), "void");2655 AssertType(x324, "(() => Base[]) => void");