Files
kotlin/compiler/testData/codegen/box/operatorConventions
Dmitry Petrov 08d1c47ac3 KT-14227 Intrinsify MutableMap.set
This fixes the most common (and rather annoying) bug in augmented
assignment desugaring with collection element receiver.

Fix is somewhat hackish: introduce an intrinsic for MutableMap.set,
thus bypassing discrepancies in 'get' and 'set' call generation.
Fixing it properly requires design decisions for corner cases where
ad hoc augmented assignment desugaring with collection element receiver
"accidentally" works, producing identical objects and vararg arrays for
arguments of 'get' and 'set'.
2018-12-11 12:43:03 +03:00
..
2018-09-18 14:36:20 +03:00
2018-07-10 13:34:19 +03:00
2018-08-09 14:22:50 +03:00
2018-12-11 12:43:03 +03:00
2018-07-10 13:34:19 +03:00
2018-06-19 17:09:31 +03:00
2018-09-18 14:36:20 +03:00