Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DsubtypesOfTypeParameterWithConstraints.js59 class D10<T extends U, U extends V, V> extends C3<V> { class
262 function D10() { class in D10
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DundefinedIsSubtypeOfEverything.ts72 class D10 extends Base { class
DsubtypesOfTypeParameterWithConstraints.ts58 class D10<T extends U, U extends V, V> extends C3<V> { class