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

4 lines
86 B
Kotlin
Vendored

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