Searched refs:x322 (Results 1 – 2 of 2) sorted by relevance
343 x322: number; property in C
2634 function x322(n: () => Base[]) { }; x322(function() { function2635 AssertType(x322(function() { return [d1, d2] }), "void");2636 AssertType(x322, "(() => Base[]) => void");