class C { operator fun set(a: Int, b: String, value: Boolean) {} } fun call(c: C) { c[1, "foo"] = false }