Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt334.fir.kt
T

8 lines
202 B
Kotlin
Vendored

// !CHECK_TYPE
import java.lang.Comparable as Comparable
fun f(c: Comparable<*>) {
<!INAPPLICABLE_CANDIDATE!>checkSubtype<!><kotlin.Comparable<*>>(c)
checkSubtype<java.lang.Comparable<*>>(c)
}