mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 15:20:47 +00:00
Fixed: #2226 Incorrect decompilation of continue statements in some cases
This commit is contained in:
+3
@@ -371,6 +371,9 @@ public class GraphPrecontinueDetector {
|
||||
return node;
|
||||
}
|
||||
visited.add(node);
|
||||
|
||||
//Note to my future self: Do not make this twoway ifs only since it may break && and || operations in expressions
|
||||
|
||||
/*
|
||||
if(a)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user