Intention tests: add operator modifier in some tests
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
fun test() {
|
||||
class Test {
|
||||
fun invoke(fn: () -> Unit) {}
|
||||
operator fun invoke(fn: () -> Unit) {}
|
||||
}
|
||||
val test = Test()
|
||||
test.i<caret>nvoke {
|
||||
|
||||
Reference in New Issue
Block a user