javaparser icon indicating copy to clipboard operation
javaparser copied to clipboard

Parameter type of getFunctionalMethod too narrow

Open matozoid opened this issue 3 years ago • 0 comments

The parameter type of getFunctionalMethod method of FunctionalInterfaceLogic class is not necessarily ResolvedReferenceType, may also be other ResolvedType, such as ResolvedArrayType.

(Taken from #3486 from @ZeroAicy )

matozoid avatar Jul 05 '22 15:07 matozoid