try in if fix

This commit is contained in:
Jindra Petřík
2021-02-08 20:15:19 +01:00
parent ebc8e86323
commit 16c2ec01ea
12 changed files with 108 additions and 5 deletions
@@ -1067,7 +1067,7 @@ public class AVM2Graph extends Graph {
}
}
if (afterPart == null && localData.pushDefaultPart.containsKey(finallyIndex)) {
if (localData.pushDefaultPart.containsKey(finallyIndex)) {
exAfterPart = localData.pushDefaultPart.get(finallyIndex);
tryStopPart.add(exAfterPart);
}