Skip to content

GH-2532: Ignore Kotlin Continuation Parameter#2535

Merged
artembilan merged 1 commit intospring-projects:mainfrom
garyrussell:GH-2532
Oct 3, 2023
Merged

GH-2532: Ignore Kotlin Continuation Parameter#2535
artembilan merged 1 commit intospring-projects:mainfrom
garyrussell:GH-2532

Conversation

@garyrussell
Copy link
Copy Markdown
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
Copy Markdown
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