4 lines
78 B
Kotlin
4 lines
78 B
Kotlin
trait Tr
|
|
trait G<T>
|
|
|
|
fun test(tr: Tr) = tr is <!NO_TYPE_ARGUMENTS_ON_RHS!>G<!> |