Names overlap between outer method args and anonymous class method args #340
Labels
Priority: Medium
Medium priority
Subsystem: Variables
Anything concerning variables, types, assignments, and casting
Type: Bug
Something isn't working
Specific case in Minecraft: (mojmap)
BundlerInfo.createForPacket
:Note the two
packet == packet
. Those are supposed to be comparing theaddPacket
/startPacketBundling
packet args with the enclosingcreateForPacket
one.This is actually valid output that could be recompiled, but would result in incorrect behavior.
The text was updated successfully, but these errors were encountered: