mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-29 08:35:43 +00:00
Fixed: #270 AS3 decompilation - loop followed by try
This commit is contained in:
@@ -13,6 +13,7 @@ public class ThrowState {
|
||||
|
||||
public Set<GraphPart> throwingParts = new HashSet<>();
|
||||
public GraphPart targetPart;
|
||||
public GraphPart startPart;
|
||||
public Set<GraphPart> catchParts = new HashSet<>();
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user