mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
It's difficult to fix KT-22818 until the IR comes along, so we're providing a workaround where one can disable the ACTUAL_FUNCTION_WITH_DEFAULT_ARGUMENTS error and provide default values in the actual function, to avoid exception from the backend. #KT-22818