Fixed goto/for detection

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

View File

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