Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedNonGeneric.kt
T
2015-05-12 19:43:17 +02:00

4 lines
51 B
Kotlin
Vendored

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