Searched refs:x325 (Results 1 – 2 of 2) sorted by relevance
346 x325: number; property in C
2661 function x325(n: { (): Base[]; }) { }; x325(function() { function2662 AssertType(x325(function() { return [d1, d2] }), "void");2663 AssertType(x325, "(() => Base[]) => void");