Searched refs:x345 (Results 1 – 2 of 2) sorted by relevance
366 x345: number; property in C
2887 let x345 = function(n: () => Base[]) { }; x345(() => [d1, d2]); variable2888 AssertType(x345, "(() => Base[]) => void");2891 AssertType(x345(() => [d1, d2]), "void");2892 AssertType(x345, "(() => Base[]) => void");