[FIR] Fix exponential analysis of augmented array access calls
^KT-50861 Fixed
This commit is contained in:
committed by
teamcity
parent
c4735f9f29
commit
ade2307345
+1
-1
@@ -15,5 +15,5 @@ class B(var a: Int) {
|
||||
// TESTCASE NUMBER: 1
|
||||
fun case1() {
|
||||
var b = B(1)
|
||||
<!ASSIGN_OPERATOR_AMBIGUITY!>b += 1<!>
|
||||
b <!ASSIGN_OPERATOR_AMBIGUITY!>+=<!> 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user