Home
last modified time | relevance | path

Searched defs:D23 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DsubtypesOfTypeParameterWithConstraints.js133 class D23<T extends U, U extends V, V extends Date> extends C3<T> { class
362 function D23() { class in D23
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypesOfTypeParameterWithConstraints.ts132 class D23<T extends U, U extends V, V extends Date> extends C3<T> { class