[FIR] Resolve rhs of += in dependent context
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ fun <T> f(): R<T> = R<T>()
|
||||
operator fun Int.plusAssign(y: R<Int>) {}
|
||||
|
||||
fun box() {
|
||||
<!INAPPLICABLE_CANDIDATE!>1 += f()<!>
|
||||
1 += f()
|
||||
}
|
||||
Reference in New Issue
Block a user