9 lines
116 B
Kotlin
9 lines
116 B
Kotlin
fun test() {
|
|
class Test()
|
|
|
|
fun Test.invoke(): Unit = Unit
|
|
|
|
val test = Test()
|
|
test.i<caret>nvoke()
|
|
}
|