Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DsubtypesOfTypeParameterWithConstraints.js99 class D17<T extends U, U extends V, V extends Date> extends C3<V> { class
316 function D17() { class in D17
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DundefinedIsSubtypeOfEverything.ts118 class D17 extends Base { class
DsubtypesOfTypeParameterWithConstraints.ts98 class D17<T extends U, U extends V, V extends Date> extends C3<V> { class