// FIR_IDENTICAL // !CHECK_TYPE interface Tr interface G : Tr fun test(tr: Tr?) { val v = tr as G checkSubtype>(v) }