Searched refs:x226 (Results 1 – 2 of 2) sorted by relevance
247 x226: number; property in C
1619 let x226: () => Base[]; x226 = function() { variable1620 AssertType(x226, "() => Base[]");1621 AssertType(x226 = function() { return [d1, d2] }, "() => (union)[]");1622 AssertType(x226, "() => Base[]");