Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DsubtypesOfTypeParameterWithConstraints.js143 class D25<T extends U, U extends V, V extends Date> extends C3<V> { class
376 function D25() { class in D25
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypesOfTypeParameterWithConstraints.ts142 class D25<T extends U, U extends V, V extends Date> extends C3<V> { class