quickfix for usages of operators that don't have the proper annotation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Add 'operator' modifier" "true"
|
||||
class A {
|
||||
fun contains(x: Any): Boolean = false
|
||||
}
|
||||
|
||||
fun foo() = 0 i<caret>n A()
|
||||
Reference in New Issue
Block a user