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

4 lines
51 B
Kotlin
Vendored

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