Searched full:compatible (Results 1 – 25 of 355) sorted by relevance
12345678910>>...15
40 /* @@@ label1 Error TypeError: Type 'C' is not compatible with the enclosing method's return type '…41 /* @@@ label2 Error TypeError: Type 'C' is not compatible with the enclosing method's return type '…42 /* @@@ label3 Error TypeError: Type 'C' is not compatible with the enclosing method's return type '…43 /* @@@ label4 Error TypeError: Type 'void' is not compatible with the enclosing method's return typ…44 /* @@@ label5 Error TypeError: Type 'C' is not compatible with the enclosing method's return type '…45 /* @@@ label6 Error TypeError: Type 'void' is not compatible with the enclosing method's return typ…
25 /* @@? 19:23 Error TypeError: Type '<A>(a: A) => A' is not compatible with type '(value: Int, index…26 /* @@? 19:23 Error TypeError: Type '<A>(a: A) => A' is not compatible with type '(value: Int, index…27 /* @@? 19:23 Error TypeError: Type '<A>(a: A) => A' is not compatible with type '(value: Int, index…28 /* @@? 19:23 Error TypeError: Type '<A>(a: A) => A' is not compatible with type '(value: Int, index…
44 params: override-compatible with itself parameter59 params: overload-compatible parameter (covariance)72 params: overload-compatible parameter (covariance)87 params: overload-compatible parameter (covariance)151 params: override-compatible with itself return value164 params: override-compatible return value (contravariance)177 params: override-compatible return value (covariance)
17 # override-compatible argument (contravariance)29 # override-compatible argument (contravariance)54 # override-compatible return value (covariance)84 # override-compatible argument (covariance)99 # override-compatible argument (covariance)130 # override-compatible return value (invariance)145 # override-compatible return value (contravariance)160 # override-compatible return value (contravariance)192 # override-compatible argument (invariance)204 # override-compatible argument (covariance)[all …]
32 params: override-compatible with itself parameter64 params: override-compatible parameter83 params: override-compatible parameter (contravariant)102 params: override-compatible parameter (invariant)147 params: override-compatible parameter (contravariance)186 params: override-compatible with itself return value205 params: override-compatible with itself return value224 params: override-compatible return value (contravariance)
31 params: override-compatible parameter (contravariance)59 params: overload-compatible parameter (covariance)78 params: overload-compatible with itself parameter95 params: override-compatible return value (covariance)149 params: override-compatible with itself return value171 params: override-compatible parameter (contravariance)236 params: override-compatible with itself parameter258 params: override-compatible return value (covariance)327 params: override-compatible with itself return value
30 params: override-compatible with itself parameter43 params: override-compatible parameter (covariance)93 params: override-compatible with itself return value118 params: override-compatible return value (covariance)159 params: override-compatible parameter (covariance)187 params: override-compatible parameter (covariance)
34 params: enum is not override-compatible, overload is used47 params: enum is not override-compatible65 params: override-compatible with itself return value (invariance)
24 …"rule": "Object literal not compatible with target union type. (arkts-interop-d2s-object-literal-n…34 …"rule": "Object literal not compatible with target union type. (arkts-interop-d2s-object-literal-n…44 …"rule": "Object literal not compatible with target union type. (arkts-interop-d2s-object-literal-n…54 …"rule": "Object literal not compatible with target union type. (arkts-interop-d2s-object-literal-n…
29 /* @@? 22:39 Error TypeError: Array element at index 0 with type 'double' is not compatible with th…30 /* @@? 22:44 Error TypeError: Array element at index 1 with type 'double' is not compatible with th…32 /* @@? 24:40 Error TypeError: Array element at index 0 with type 'Color' is not compatible with the…33 /* @@? 24:53 Error TypeError: Array element at index 1 with type 'Color' is not compatible with the…
40 /* @@? 31:25 Error TypeError: Array element at index 0 with type 'double' is not compatible with th…41 /* @@? 31:30 Error TypeError: Array element at index 1 with type 'double' is not compatible with th…43 /* @@? 33:25 Error TypeError: Array element at index 0 with type 'Color' is not compatible with the…44 /* @@? 33:38 Error TypeError: Array element at index 1 with type 'Color' is not compatible with the…
29 /* @@? 22:29 Error TypeError: Array element at index 0 with type 'double' is not compatible with th…30 /* @@? 22:34 Error TypeError: Array element at index 1 with type 'double' is not compatible with th…32 /* @@? 24:30 Error TypeError: Array element at index 0 with type 'Color' is not compatible with the…33 /* @@? 24:43 Error TypeError: Array element at index 1 with type 'Color' is not compatible with the…
39 export const UNKNOWN_CLASS_NAME = ''; // temp for being compatible with existing type inference40 export const UNKNOWN_FIELD_NAME = ''; // temp for being compatible with existing type inference41 export const UNKNOWN_METHOD_NAME = ''; // temp for being compatible with existing type inference
32 /* @@@ label2 Error TypeError: Type '"other field"' is not compatible with type '"method1"|"field1"…34 /* @@@ label4 Error TypeError: Type '"other method"' is not compatible with type '"method1"|"field1…36 /* @@@ label6 Error TypeError: Type 'int' is not compatible with type '"method1"|"field1"|"field2"'…
36 /* @@? 26:62 Error TypeError: Array element at index 1 with type '"field2"' is not compatible with …37 /* @@? 27:62 Error TypeError: Array element at index 1 with type '"other field"' is not compatible …44 /* @@? 32:98 Error TypeError: Type '"field2"' is not compatible with rest parameter type '"abcd"|Do…49 /* @@? 33:98 Error TypeError: Type '"other field"' is not compatible with rest parameter type '"abc…
17 desc: Nullish types are not compatible with type Object26 o = nullish2 /* compile-time error - type 'undefined' is not compatible with Object */
17 desc: Nullish types are not compatible with type Object26 o = nullish1 /* compile-time error - type 'null' is not compatible with Object */
17 desc: Nullish types are not compatible with type Object27 …compile-time error - type 'AnyClassOrInterfaceType|null|undefined' is not compatible with Object */
17 desc: Nullish types are not compatible with type Object26 o = nullish3 /* compile-time error - type 'null|undefined' is not compatible with Object */
21 …If signatures are override-compatible (see Override-Compatible Signatures), A compile-time error o…
20 …If signatures are override-compatible (see Override-Compatible Signatures), A compile-time error o…
21 …If signatures are override-compatible (see Override-Compatible Signatures), then overriding is use…
25 /* @@? 21:10 Error TypeError: Type 'int' is not compatible with the enclosing method's return type …27 /* @@? 22:10 Error TypeError: Type 'A' is not compatible with the enclosing method's return type 'S…
21 whose type is compatible (see Compatible Types) with the type specified