Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DsubtypesOfTypeParameterWithConstraints.js155 class D27<T extends U, U extends V, V extends Date> extends C3<T> { class
392 function D27() { class in D27
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypesOfTypeParameterWithConstraints.ts154 class D27<T extends U, U extends V, V extends Date> extends C3<T> { class