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

Fixed issue #130 Default Parameter Values when JSON value is null #258

Closed
wants to merge 1 commit into from
Closed

Conversation

NumezmaT
Copy link
Contributor

Using Kotlin Default Parameter Values when JSON value is null and Kotlin parameter type is Non-Nullable #130

In this case, paramDef.isOptional returns true if we have default parameters. Then we do not set null to these parameters, we have to use the default values.

@NumezmaT NumezmaT closed this Oct 25, 2019
@NumezmaT NumezmaT deleted the issue_130 branch October 25, 2019 07:42
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.

2 participants