fix 'operator' modifier inspection
#KT-9349 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Add 'operator' modifier" "true"
|
||||
class A {
|
||||
operator fun <caret>contains(other: A): Boolean = true
|
||||
}
|
||||
Reference in New Issue
Block a user