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

Issue #1030 Extension rendering tests #3497

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Issue #1030 Extension rendering tests #3497

merged 2 commits into from
Mar 21, 2024

Conversation

YohannKovacs
Copy link
Contributor

Solving issue #1030
Added rendering tests for extension methods with

  • nullables
  • variable args
  • default args
  • generics
  • infix function
  • lambdas as params
  • property extensions

Let me know if there is anything to improve/add.

@YohannKovacs YohannKovacs changed the title Extension rendering tests Issue #1030 Extension rendering tests Feb 16, 2024
@IgnatBeresnev IgnatBeresnev linked an issue Mar 21, 2024 that may be closed by this pull request
Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done with the test cases! I don't think I could've done it better myself :)

Thank you for the contribution, much appreciated!

@IgnatBeresnev IgnatBeresnev merged commit 507770a into Kotlin:master Mar 21, 2024
6 checks passed
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.

Extension rendering tests
2 participants