Reformat and organize imports

This commit is contained in:
Jindra Petřík
2016-08-06 07:21:58 +02:00
parent 8c5345cfd8
commit 6781d86a6c
46 changed files with 1738 additions and 1637 deletions

View File

@@ -175,7 +175,8 @@ public class ActionScript2ModificationTest extends ActionScript2TestBase {
+ "Return\n"
+ "}\n"
+ "Push 2\n"
+ "Jump label_1\n" + // remove this action
+ "Jump label_1\n"
+ // remove this action
"label_1:Push 3";
String expectedResult
= "ConstantPool\n"