Fixed: #270 AS3 decompilation - loop followed by try

This commit is contained in:
Jindra Petřík
2021-03-13 19:23:38 +01:00
parent 09b68c1f9c
commit b84ccc7005
5 changed files with 28 additions and 23 deletions

View File

@@ -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