[FIR] Let prefix inc/dec call getter twice for compatibility with K1
#KT-57179 Fixed
This commit is contained in:
committed by
Space Team
parent
fea344faa4
commit
45d2424ad8
+1
-1
@@ -18,7 +18,7 @@ object MismatchingTypes {
|
||||
}
|
||||
|
||||
fun testMismatchingTypes() {
|
||||
++<!ARGUMENT_TYPE_MISMATCH!>MismatchingTypes[0]<!>
|
||||
<!ARGUMENT_TYPE_MISMATCH!>++MismatchingTypes[0]<!>
|
||||
<!ARGUMENT_TYPE_MISMATCH!>MismatchingTypes[0]++<!>
|
||||
MismatchingTypes[0] <!UNRESOLVED_REFERENCE!>+=<!> 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user