// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER class A { operator fun set(x: String, y: Boolean, value: Int) {} fun d(x: Int) { this[""] = 1 } }