mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 01:42:07 +00:00
AS3 using temp registers on compound assignments when hasSideeffect
This commit is contained in:
@@ -585,7 +585,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
|
||||
public abstract GraphTargetItem returnType();
|
||||
|
||||
@Override
|
||||
protected GraphTargetItem clone() {
|
||||
public GraphTargetItem clone() {
|
||||
try {
|
||||
return (GraphTargetItem) super.clone();
|
||||
} catch (CloneNotSupportedException ex) {
|
||||
|
||||
Reference in New Issue
Block a user