Searched refs:x331 (Results 1 – 2 of 2) sorted by relevance
352 x331: number; property in C
2710 function x331(n: (s: Base[]) => any) { }; x331(n => { let n: Base[]; function2711 AssertType(x331(n => { let n: Base[]; return null; }), "void");2712 AssertType(x331, "((Base[]) => any) => void");