mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
`countDefaultParameters` uses `hasDefaultValue` to compute the number of parameters which have default values, which handles actual parameters (who have default values in the expected declaration) correctly. Thus, `getRemainingParameters` should use it as well to determine the list of parameters to be skipped in each generated overload #KT-23910 Fixed