Searched refs:x346 (Results 1 – 2 of 2) sorted by relevance
367 x346: number; property in C
2898 let x346 = function(n: () => Base[]) { }; x346(function() { variable2899 AssertType(x346, "(() => Base[]) => void");2902 AssertType(x346(function() { return [d1, d2] }), "void");2903 AssertType(x346, "(() => Base[]) => void");