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