Files
kotlin/compiler/testData/codegen/bytecodeText/directInvoke/inplaceClosure.kt
Steven Schäfer efb938a7c8 (Un)mute tests
2019-07-31 11:18:44 +02:00

5 lines
59 B
Kotlin
Vendored

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