Files
kotlin-fork/compiler/testData/codegen/boxInline/reified/kt8047.2.kt
T
Michael Bogdanov 63f7f90521 Test for obsolete KT-8047
#KT-8047 Obsolete
2015-10-28 14:43:05 +03:00

6 lines
95 B
Kotlin
Vendored

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