Home
last modified time | relevance | path

Searched defs:D15 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DsubtypesOfTypeParameterWithConstraints.js89 class D15<T extends U, U extends V, V extends Date> extends C3<T> { class
302 function D15() { class in D15
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DundefinedIsSubtypeOfEverything.ts104 class D15<T, U> extends Base { class
DsubtypesOfTypeParameterWithConstraints.ts88 class D15<T extends U, U extends V, V extends Date> extends C3<T> { class