-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-2532: Ignore Kotlin Continuation Parameter
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)**
- Loading branch information
1 parent
e521033
commit f6d46f6
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters