KT-5488 Invalid ambiguity between plus and plusAssign
#KT-5488 Fixed
This commit is contained in:
@@ -8,7 +8,7 @@ class MyInt(val i: Int) {
|
||||
fun Any.plusAssign(<!UNUSED_PARAMETER!>a<!>: Any) {}
|
||||
|
||||
fun test(m: MyInt) {
|
||||
m <!ASSIGN_OPERATOR_AMBIGUITY!>+=<!> m
|
||||
m += m
|
||||
|
||||
var i = 1
|
||||
i <!ASSIGN_OPERATOR_AMBIGUITY!>+=<!> 34
|
||||
|
||||
Reference in New Issue
Block a user