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

4 lines
55 B
Kotlin
Vendored

interface Tr
interface G<T>
fun test(tr: Tr) = tr is G