5 lines
59 B
Kotlin
Vendored
5 lines
59 B
Kotlin
Vendored
fun test() {
|
|
1.(fun Int.() = 2)()
|
|
}
|
|
|
|
// 1 invoke \(I\)I |