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

Allow nullable types for trailing lambdas in ComposeParameterOrder #134

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

mrmans0n
Copy link
Collaborator

@mrmans0n mrmans0n commented Jun 9, 2023

Fixed upstream in mrmans0n/compose-rules#61

Functional types weren't being taken into account when computing the desired order of parameters in composables when the function was nullable. This fix addressed that by, in that case, targeting the innerType of the KtNullableType.

Fixed upstream in mrmans0n/compose-rules#61

Functional types weren't being taken into account when computing the desired order of parameters in composables when the function was nullable. This fix addressed that by, in that case, targeting the innerType of the KtNullableType.
@salesforce-cla
Copy link

salesforce-cla bot commented Jun 9, 2023

Thanks for the contribution! Before we can merge this, we need @mrmans0n to sign the Salesforce Inc. Contributor License Agreement.

@mrmans0n mrmans0n added this pull request to the merge queue Jun 9, 2023
Merged via the queue into main with commit eeb3989 Jun 9, 2023
@mrmans0n mrmans0n deleted the fix-nullable-trailing-for-param-order branch June 9, 2023 10:47
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.

2 participants