mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 04:40:53 +00:00
Fixed AS3 - extra newlines on methods which use activation
Fixed #2162 AS3 switch inside foreach
This commit is contained in:
+5
-1
@@ -65,5 +65,9 @@ public class StoreNewActivationAVM2Item extends AVM2Item {
|
||||
public GraphTargetItem returnType() {
|
||||
return TypeItem.UNBOUNDED;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean isEmpty() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user