Files
kotlin/compiler/testData/codegen/boxInline/reified/checkCast/maxStack.1.kt

10 lines
122 B
Kotlin
Vendored

import test.*
fun box(): String {
val a = A()
if (a.foo<Any>() != a) return "failTypeCast 5"
return "OK"
}