Searched refs:x340 (Results 1 – 2 of 2) sorted by relevance
361 x340: number; property in C
2820 let x340 = (n: Array<Base>) => n; x340([d1, d2]); variable2821 AssertType(x340, "(Array<Base>) => Base[]");2825 AssertType(x340([d1, d2]), "Base[]");2826 AssertType(x340, "(Base[]) => Base[]");