Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default value for actual declarations #2450

Closed
wants to merge 1 commit into from
Closed

Conversation

vmishenev
Copy link
Member

@vmishenev vmishenev commented Apr 18, 2022

In StdLib there are many cases when arguments of actual functions have default values.
See https://github.com/JetBrains/kotlin/search?q=ACTUAL_FUNCTION_WITH_DEFAULT_ARGUMENTS

This PR is a shorter solution than #2449 because I suppose there is no sense to have an actual default value that differs from an expect one.

@vmishenev vmishenev closed this Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant