Fixed AS3 - extra newlines on methods which use activation

Fixed #2162 AS3 switch inside foreach
This commit is contained in:
Jindra Petřík
2023-12-30 18:06:08 +01:00
parent 0ff4cd1f6c
commit a4c2680053
11 changed files with 253 additions and 17 deletions
@@ -65,5 +65,9 @@ public class StoreNewActivationAVM2Item extends AVM2Item {
public GraphTargetItem returnType() {
return TypeItem.UNBOUNDED;
}
@Override
public boolean isEmpty() {
return true;
}
}