try..catch..finally: fix empty exception list

This commit is contained in:
Jindra Petřík
2021-02-06 13:58:45 +01:00
parent 32aa76f0f3
commit d1d1d7ba58

View File

@@ -58,7 +58,7 @@ public class AVM2LocalData extends BaseLocalData {
public List<DottedChain> fullyQualifiedNames;
public ArrayList<ABCException> parsedExceptions;
public List<ABCException> parsedExceptions = new ArrayList<>();
//public Map<Integer, List<Integer>> finallyJumps;
/**