Files
kotlin-fork/compiler/testData/codegen/boxInline/reified/kt8047.2.kt
T

6 lines
96 B
Kotlin
Vendored

package test
inline fun <reified T> f(x : () -> Unit) {
object { init { arrayOf<T>() } }
}