KT-15748 Type alias constructor return type should have a corresponding abbreviation
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
<!-- upperBoundViolatedInTypeAliasConstructorCall1 -->
|
||||
Type parameter bound for Tn in type inferred from type alias expansion for fun <T> <init>(x: T): Num<T>
|
||||
Type parameter bound for Tn in type inferred from type alias expansion for fun <T> <init>(x: T): N<T> /* = Num<T> */
|
||||
is not satisfied: inferred type String is not a subtype of Number
|
||||
Reference in New Issue
Block a user