blob: 581a5f1a2cd5566c2341867c86de3c0c74f8b420 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// DIAGNOSTICS: -UNUSED_PARAMETER
class A {
operator fun set(x: String, y: Boolean, value: Int) {}
fun d(x: Int) {
<!NO_VALUE_FOR_PARAMETER("y")!>this[""]<!> = 1
}
}
/* GENERATED_FIR_TAGS: assignment, classDeclaration, functionDeclaration, integerLiteral, operator, stringLiteral,
thisExpression */