org.openrewrite.staticanalysis.RemoveRedundantTypeCast
fails to consider generics correctly
#353
Labels
bug
Something isn't working
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
What did you see instead?
This fails to compile because generics require an exact map on type so Map != HashMap.
The text was updated successfully, but these errors were encountered: