Files
kotlin-fork/compiler
Mads Ager 1ed7e33f42 JVM_IR: Fix default argument bit mask for methods made static.
When called by reflection the bit mask will be generated
discounting dispatch/extension receivers. Make sure that the
interpretation of the bit mask is consistent for direct and
reflective calls.

In addition, this also fixes the modifiers on java 8 parameter
metadata for the dispatch and extension receivers for these
inline class methods.
2020-01-20 12:59:25 +01:00
..
2019-12-25 20:19:36 +03:00
2020-01-19 12:01:53 +03:00
2020-01-20 11:11:31 +03:00
2020-01-19 12:01:53 +03:00
2020-01-02 10:31:00 +01:00