Rohan Maity
06/11/2019, 10:12 PMval variable = 90
and in the decompiled bytecode it produced int variable = true;
. I don't understand this ?Czar
06/11/2019, 10:15 PMprintln(variable)
it becomes 90
again.karelpeeters
06/11/2019, 10:21 PM90
is in the bytecode, so it's not actually optimized away.Czar
06/11/2019, 10:47 PMgildor
06/12/2019, 12:39 AMitnoles
06/12/2019, 2:17 AMRohan Maity
06/13/2019, 5:52 AM