Searched defs:a18 (Results 1 – 4 of 4) sorted by relevance
44 a18: { property69 a18: (x: <T>(a: T) => T) => any[]; // ok property
44 a18: { property77 a18: new <T extends Base>(x: T) => number[]; // ok, more general parameter type property
57 a18: { property89 a18: new <T>(x: new (a: T) => T) => T[]; // ok, no inferences for T but assignable to any property
57 a18: { property89 a18: <T>(x: (a: T) => T) => T[]; // ok, no inferences for T but assignable to any method