Home
last modified time | relevance | path

Searched refs:Covariant1 (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DvarianceAnnotations.types89 type Covariant1<in T> = { // Error
90 >Covariant1 : Covariant1<T>
DvarianceAnnotations.js41 type Covariant1<in T> = { // Error
242 type Covariant1<in T> = {
DvarianceAnnotations.errors.txt18 …anceAnnotations.ts(40,17): error TS2636: Type 'Covariant1<super-T>' is not assignable to type 'Cov…
135 type Covariant1<in T> = { // Error
137 !!! error TS2636: Type 'Covariant1<super-T>' is not assignable to type 'Covariant1<sub-T>' as impli…
DvarianceAnnotations.symbols108 type Covariant1<in T> = { // Error
109 >Covariant1 : Symbol(Covariant1, Decl(varianceAnnotations.ts, 35, 32))
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/
DvarianceAnnotations.ts43 type Covariant1<in T> = { // Error alias