Searched refs:x230 (Results 1 – 2 of 2) sorted by relevance
251 x230: number; property in C
1659 let x230: { (): Base[]; }; x230 = function named() { variable1660 AssertType(x230, "() => Base[]");1661 AssertType(x230 = function named() { return [d1, d2] }, "() => (union)[]");1662 AssertType(x230, "() => Base[]");