Fixed: #2493 Incorrect placement of §§push instructions

This commit is contained in:
Jindra Petřík
2025-07-24 21:12:24 +02:00
parent 84b92a9d46
commit 7559970c17
18 changed files with 225 additions and 64 deletions
@@ -128,7 +128,12 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
* Dialect
*/
public GraphTargetDialect dialect;
/**
* Position in output - current list of GraphTargetItems
*/
public int outputPos = -1;
/**
* Gets the line start item
*