Searched refs:x356 (Results 1 – 2 of 2) sorted by relevance
377 x356: number; property in C
3016 let x356 = function(n: Genric<Base>) { }; x356({ func: n => { variable3017 AssertType(x356, "(Genric<Base>) => void");3020 AssertType(x356({ func: n => { return [d1, d2]; } }), "void");3021 AssertType(x356, "(Genric<Base>) => void");