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

GH-2532: Ignore Kotlin Continuation Parameter #2535

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

garyrussell
Copy link
Contributor

Resolves #2532

The presence of the parameter caused the inferred type to be set to null due to ambiguous parameters present.

It must be considered an ineligible type when inferring conversion types.

cherry-pick to 3.0.x (#2533), 2.4.x (#2534)

@garyrussell garyrussell changed the title GH-2532: Ignore Kotlin Continuation Paramter GH-2532: Ignore Kotlin Continuation Parameter Sep 27, 2023
Resolves spring-projects#2532

The presence of the parameter caused the inferred type to be set to
`null` due to ambiguous parameters present.

It must be considered an ineligible type when inferring conversion types.

**cherry-pick to 3.0.x (spring-projects#2533), 2.4.x (spring-projects#2534)**
@artembilan artembilan merged commit f6d46f6 into spring-projects:main Oct 3, 2023
@artembilan
Copy link
Member

... and cherry-picked to 3.0.x & 2.4.x

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.

Ignore Kotlin Continuation Parameter While Inferring Conversion Type
2 participants