Added quickfix for CONFLICTING_PROJECTION
This commit is contained in:
committed by
Evgeny Gerashchenko
parent
56774cccd8
commit
50f8948706
@@ -0,0 +1,4 @@
|
||||
// "Remove 'in' modifier" "true"
|
||||
class Foo<out T> {}
|
||||
|
||||
fun bar(x : Foo<Any>) {}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Remove 'in' modifier" "true"
|
||||
class Foo<out T> {}
|
||||
|
||||
fun bar(x : Foo<<caret>in Any>) {}
|
||||
Reference in New Issue
Block a user