java-decompiler: post-import cleanup (tests reorganized)
This commit is contained in:
16
testData/results/TestClassSwitch.dec
Normal file
16
testData/results/TestClassSwitch.dec
Normal file
@@ -0,0 +1,16 @@
|
||||
package pkg;
|
||||
|
||||
|
||||
public class TestClassSwitch {
|
||||
|
||||
public void testCaseOrder(int var1) {
|
||||
switch(var1) {
|
||||
case 5:
|
||||
System.out.println(5);
|
||||
default:
|
||||
return;
|
||||
case 13:
|
||||
System.out.println(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user