Files
kotlin-fork/compiler/testData/codegen/boxInline/innerClasses/kt10259.2.kt
T

5 lines
56 B
Kotlin
Vendored

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