Added quickfix for CONFLICTING_PROJECTION

This commit is contained in:
Agnieszka Paszek
2013-02-15 17:49:31 +01:00
committed by Evgeny Gerashchenko
parent 56774cccd8
commit 50f8948706
4 changed files with 13 additions and 4 deletions
@@ -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>) {}