Files
kotlin-fork/compiler/testData/codegen/boxInline/anonymousObject/kt9877_2.2.kt
T
2015-11-06 11:46:13 +03:00

7 lines
64 B
Kotlin
Vendored

package test
inline fun inlineCall(p: () -> Unit) {
p()
}