javaparser icon indicating copy to clipboard operation
javaparser copied to clipboard

TypeExtractor doesn't handle EnclosedExpr well

Open matozoid opened this issue 3 years ago • 0 comments

Typeextractor class does not consider lambdaexpr wrapped by enclosedexpr. The parameter args of the solvearguments method of the javaparserface class is not considered to have enclosedexpr.

(Taken from #3486 from @ZeroAicy )

matozoid avatar Jul 05 '22 15:07 matozoid