Missing cast for generic method invocation on raw parameterized class instance #408
Labels
Priority: Medium
Medium priority
Subsystem: Variables
Anything concerning variables, types, assignments, and casting
Type: Bug
Something isn't working
Vineflower version
Reproduced on
1.9.3
1.10.1
and on current HEAD ofdevelop/1.11.0
Describe the bug
Decompiling a method invocation with a generic return type on a raw parameterized class instance seems to not cast when assigning it (when it is required) There are
checkcast
instructions on the result before the assignment, so i believe the information should be there to be able to do the cast.Additional information
Input:
Output:
The text was updated successfully, but these errors were encountered: