FE 1.0: use TYPE_VARIANCE_CONFLICT deprecation factory
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ interface Super<out U> {
|
||||
}
|
||||
// Related variance errors
|
||||
class Owner<in T> {
|
||||
inner class Inner<U : <!TYPE_VARIANCE_CONFLICT!>T<!>>(val u: U) {
|
||||
inner class Inner<U : <!TYPE_VARIANCE_CONFLICT_ERROR!>T<!>>(val u: U) {
|
||||
fun getT() = u
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user