Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedNonGeneric.kt
T
2013-09-05 14:17:33 +04:00

4 lines
43 B
Kotlin

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