-
Notifications
You must be signed in to change notification settings - Fork 626
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
Ignore Kotlin Continuation Parameter While Inferring Conversion Type #2534
Labels
Milestone
Comments
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
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)**
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
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)**
Fixed via: fceb0ec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Back port of issue #2532
The text was updated successfully, but these errors were encountered: