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

3 lines
37 B
Kotlin
Vendored

class G<T>
fun f(q: Any) = q is G<*>