Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DsubtypesOfTypeParameterWithConstraints.js71 class D12<T extends U, U extends V, V> extends C3<U> { class
278 function D12() { class in D12
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DundefinedIsSubtypeOfEverything.ts85 class D12 extends Base { class
DsubtypesOfTypeParameterWithConstraints.ts70 class D12<T extends U, U extends V, V> extends C3<U> { class