Searched refs:x333 (Results 1 – 2 of 2) sorted by relevance
354 x333: number; property in C
2731 let x333 = (n: () => Base[]) => n; x333(() => [d1, d2]); variable2732 AssertType(x333, "(() => Base[]) => () => Base[]");2736 AssertType(x333(() => [d1, d2]), "() => Base[]");2737 AssertType(x333, "(() => Base[]) => () => Base[]");