Files
kotlin/compiler/testData/codegen/bytecodeText/directInvoke/inplaceClosure.kt
2018-12-21 16:20:45 +01:00

6 lines
85 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
fun test() {
1.(fun Int.() = 2)()
}
// 1 invoke \(I\)I