Searched refs:x334 (Results 1 – 2 of 2) sorted by relevance
355 x334: number; property in C
2743 let x334 = (n: () => Base[]) => n; x334(function() { variable2744 AssertType(x334, "(() => Base[]) => () => Base[]");2748 AssertType(x334(function() { return [d1, d2] }), "() => Base[]");2749 AssertType(x334, "(() => Base[]) => () => Base[]");