// !CHECK_TYPE import kotlin.reflect.KFunction0 class A fun main() { val x = ::A checkSubtype>(x) }