Added quckfix for PROJECTION_IN_IMMEDIATE_ARGUMENT_TO_SUPERTYPE
This commit is contained in:
committed by
Evgeny Gerashchenko
parent
7c041d5c94
commit
da2880f985
@@ -0,0 +1,4 @@
|
||||
// "Remove 'in' modifier" "true"
|
||||
trait A<T> {}
|
||||
|
||||
class B : A<Int> {}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Remove 'in' modifier" "true"
|
||||
trait A<T> {}
|
||||
|
||||
class B : A<<caret>in Int> {}
|
||||
Reference in New Issue
Block a user