Home
last modified time | relevance | path

Searched defs:b17 (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithCallSignatures5.js60 var b17: <T>(x: (a: T) => T) => T[]; variable
149 var b17; variable
DassignmentCompatWithConstructSignatures5.js60 var b17: new <T>(x: new (a: T) => T) => T[]; variable
149 var b17; variable
DassignmentCompatWithConstructSignatures3.js94 var b17: new <T>(x: new (a: T) => T) => T[]; // ok variable
211 var b17; // ok variable
DassignmentCompatWithCallSignatures3.js94 var b17: <T>(x: (a: T) => T) => T[]; // ok variable
211 var b17; // ok variable
DassignmentCompatWithConstructSignatures4.js81 var b17: new <T>(x: (a: T) => T) => any[]; variable
DassignmentCompatWithCallSignatures4.js81 var b17: <T>(x: (a: T) => T) => any[]; variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithConstructSignatures5.ts59 var b17: new <T>(x: new (a: T) => T) => T[]; variable
DassignmentCompatWithCallSignatures5.ts59 var b17: <T>(x: (a: T) => T) => T[]; variable
DassignmentCompatWithConstructSignatures4.ts80 var b17: new <T>(x: (a: T) => T) => any[]; variable
DassignmentCompatWithCallSignatures4.ts80 var b17: <T>(x: (a: T) => T) => any[]; variable
DassignmentCompatWithConstructSignatures3.ts93 var b17: new <T>(x: new (a: T) => T) => T[]; // ok variable
DassignmentCompatWithCallSignatures3.ts93 var b17: <T>(x: (a: T) => T) => T[]; // ok variable