blob: fa1921543ada89f3023dd939fc8a288cde74ef72 [file]
// RUN_PIPELINE_TILL: FRONTEND
interface IA {
fun <!VIRTUAL_MEMBER_HIDDEN!>toString<!>(): String = "IB"
override fun equals(other: Any?): Boolean
}
/* GENERATED_FIR_TAGS: functionDeclaration, interfaceDeclaration, nullableType, operator, override, stringLiteral */