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