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

4 lines
73 B
Kotlin
Vendored

package test
inline fun <reified T, reified R>T.castTo(): R = this as R