Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DsubtypesOfTypeParameterWithConstraints.js165 class D29<T extends U, U extends V, V extends Date> extends C3<V> { class
406 function D29() { class in D29
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypesOfTypeParameterWithConstraints.ts164 class D29<T extends U, U extends V, V extends Date> extends C3<V> { class