Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedNonGeneric.kt
T

5 lines
68 B
Kotlin
Vendored

// FIR_IDENTICAL
interface A
interface B
fun testing(a: A) = a as B