Humanize type mismatch diagnostic caused by type projections
#KT-10581 Fixed
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ interface Tr<T> {
|
||||
}
|
||||
|
||||
fun test(t: Tr<*>) {
|
||||
t.v = <!TYPE_MISMATCH!>t<!>
|
||||
<!SETTER_PROJECTED_OUT!>t.v<!> = t
|
||||
t.v checkType { _<Tr<*>>() }
|
||||
}
|
||||
Reference in New Issue
Block a user