blob: 3e7d7993f241e540ed917a6bcd4699d8198fd5ae [file]
// RUN_PIPELINE_TILL: FRONTEND
val Int.plusAssign: (Int) -> Unit
get() = {}
fun main() {
1 <!PROPERTY_AS_OPERATOR!>+=<!> 2
}
/* GENERATED_FIR_TAGS: functionDeclaration, functionalType, getter, integerLiteral, lambdaLiteral, propertyDeclaration,
propertyWithExtensionReceiver */