mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
When default argument value was present in the expected declaration, we did not correctly serialize that fact to the metadata for the actual declaration (`declaresDefaultValue` was used). Therefore, it was impossible to use that actual declaration without passing all parameter values in another module, where it was seen as a deserialized descriptor #KT-21913