Skip to content

Kotlin: ignore enhanced nullability when extracting primitive types#10921

Merged
smowton merged 2 commits intogithub:mainfrom
smowton:smowton/fix/ignore-enhanced-nullability
Oct 24, 2022
Merged

Kotlin: ignore enhanced nullability when extracting primitive types#10921
smowton merged 2 commits intogithub:mainfrom
smowton:smowton/fix/ignore-enhanced-nullability

Conversation

@smowton
Copy link
Copy Markdown
Contributor

@smowton smowton commented Oct 21, 2022

Otherwise we'll mistake @NotNull Integer for int and similar, causing a mismatch vs. Java signatures.

Otherwise we'll mistake `@NotNull Integer` for `int` and similar, causing a mismatch vs. Java signatures.
igfoo
igfoo previously approved these changes Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants