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 {
|
||||
operator fun contains(x: Any): Boolean = false
|
||||
}
|
||||
|
||||
fun foo() = 0 in A()
|
||||
Reference in New Issue
Block a user