blob: 7fbc6d2ef3bef4c5c75d6dab9a65a94ff5308655 [file]
// RUN_PIPELINE_TILL: BACKEND
private class X
private operator fun X?.plus(p: Int) = X()
class C {
private val map = hashMapOf<String, X>()
fun f() {
map<!NO_SET_METHOD!>[""]<!> += 1
}
}
/* GENERATED_FIR_TAGS: additiveExpression, assignment, classDeclaration, funWithExtensionReceiver, functionDeclaration,
integerLiteral, localProperty, nullableType, operator, propertyDeclaration, stringLiteral */