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

4 lines
78 B
Kotlin

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