Files
kotlin-fork/compiler/testData/codegen/bytecodeText/directInvoke/inplaceClosure.kt
T

6 lines
73 B
Kotlin
Vendored

fun test() {
val fn = fun Int.() = 2
1.fn()
}
// 1 invoke \(I\)I