Beans of generic interfaces with nested Kotlin type parameters are not found #25201
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: duplicate
A duplicate of another issue
theme: kotlin
An issue related to Kotlin support
Uh oh!
There was an error while loading. Please reload this page.
Interface implementations that use nested type parameters with Kotlin types are not found as implementations. The following example fails:
The error message is:
But if I use the (similar) Java interface
Stream
everything is fine:The application file is identical in both cases:
Possibly related to #22313
The text was updated successfully, but these errors were encountered: