// IGNORE_BACKEND_FIR: JVM_IR interface Tr { fun extra() : String = "_" } class N() : Tr { override fun extra() : String = super