Searched refs:x229 (Results 1 – 2 of 2) sorted by relevance
250 x229: number; property in C
1649 let x229: { (): Base[]; }; x229 = function() { variable1650 AssertType(x229, "() => Base[]");1651 AssertType(x229 = function() { return [d1, d2] }, "() => (union)[]");1652 AssertType(x229, "() => Base[]");