Files
2021-03-30 12:52:13 +03:00

5 lines
103 B
Kotlin
Vendored

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