Intention tests: add operator modifier in some tests
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ fun <T> doSomething(a: T) {}
|
||||
|
||||
fun test() {
|
||||
class Test{
|
||||
fun contains(fn: () -> Boolean) : Boolean = true
|
||||
operator fun contains(fn: () -> Boolean) : Boolean = true
|
||||
}
|
||||
val test = Test()
|
||||
doSomething(test.c<caret>ontains { true }.toString())
|
||||
|
||||
Reference in New Issue
Block a user