blob: 7d4b59507bc065ac4a69960a600832126ee1e135 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
class A {
operator fun A.minus(o: A) = o
<!INAPPLICABLE_OPERATOR_MODIFIER!>operator<!> fun A.add(o: A) = o
operator fun A.get(o: A) = o
<!INAPPLICABLE_OPERATOR_MODIFIER!>operator<!> fun A.invokee() {}
}
operator fun A.plus(o: A) = o
operator fun A.component1() = 1
<!INAPPLICABLE_OPERATOR_MODIFIER!>operator<!> fun A.componentN() = 1
/* GENERATED_FIR_TAGS: classDeclaration, funWithExtensionReceiver, functionDeclaration, integerLiteral, operator */