ResolvableType.forRawClass fails isAssignable against TypeVariable #23321
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
A
ResolvableType
created usingforRawClass
incorrectly returnsfalse
whenisAssignable
is called against a type backed by aTypeVariable
.E.g.: Given the following type:
This code will result in
false
when it should betrue
:The text was updated successfully, but these errors were encountered: