mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 15:58:36 +00:00
Fixed: #2355 AS1/2 Simplify expressions feature colliding with some other features like hex values
- introducing GraphTarget dialect
This commit is contained in:
@@ -95,7 +95,7 @@ public class TranslateStack extends Stack<GraphTargetItem> {
|
||||
*/
|
||||
private PopItem getPop() {
|
||||
if (pop == null) {
|
||||
pop = new PopItem(null, null); //TODO: linestart?
|
||||
pop = new PopItem(null, null, null); //TODO: linestart?
|
||||
}
|
||||
|
||||
return pop;
|
||||
|
||||
Reference in New Issue
Block a user