Fixed goto/for detection

This commit is contained in:
Jindra Petřík
2021-01-22 21:03:52 +01:00
parent a0bd5794dc
commit a018a3d1ce

View File

@@ -778,7 +778,7 @@ public class Graph {
closedBranches.add(decision);*/
//}
}
} else {
} else if (!comparedPaths.isEmpty()) {
branches = comparedPaths.get(0);
}
closedBranches.addAll(partsToClose);