mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 18:34:45 +00:00
Issue #245 AS3: double spaces around "as" keyword
This commit is contained in:
@@ -23,6 +23,6 @@ import com.jpexs.decompiler.graph.GraphTargetItem;
|
||||
public class AsTypeAVM2Item extends BinaryOpItem {
|
||||
|
||||
public AsTypeAVM2Item(AVM2Instruction instruction, GraphTargetItem value, GraphTargetItem type) {
|
||||
super(instruction, PRECEDENCE_RELATIONAL, value, type, " as ");
|
||||
super(instruction, PRECEDENCE_RELATIONAL, value, type, "as");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user