Searched refs:x236 (Results 1 – 2 of 2) sorted by relevance
257 x236: number; property in C
1717 let x236: Genric<Base>; x236 = { func: n => { variable1718 AssertType(x236, "Genric<Base>");1719 AssertType(x236 = { func: n => { return [d1, d2]; } }, "{ func: (Base[]) => (union)[]; }");1720 AssertType(x236, "Genric<Base>");