Files
kotlin-fork/compiler/testData/codegen/boxInline/reified/kt9637_2.1.kt
T

8 lines
137 B
Kotlin
Vendored

import test.*
fun box(): String {
val boxClass = injectFnc<Box>()
if (boxClass != Box::class) return "fail 1"
return "OK"
}