Add tests for SpEL expressions on Kotlin suspending function parameters #26867
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: kotlin
An issue related to Kotlin support
type: task
A general task
Milestone
Referencing parameter names in SpEL expressions fails when using Kotlin suspending functions.
For example
Fails with:
The type
java.lang.Object[]
comes from the suspending function,getConditionalCache
, having an additionalContinuation
parameter that is implicitly passed to it when it is invoked.The text was updated successfully, but these errors were encountered: