10 lines
139 B
Kotlin
Vendored
10 lines
139 B
Kotlin
Vendored
fun test() {
|
|
class Test {
|
|
operator fun invoke(fn: () -> Unit) {}
|
|
}
|
|
val test = Test()
|
|
test.i<caret>nvoke {
|
|
|
|
}
|
|
}
|