Rename tests: boxWithJava -> boxAgainstJava
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public class classWithNestedEnum {
|
||||
public enum E { ENTRY }
|
||||
|
||||
public static String foo() { return "OK"; }
|
||||
}
|
||||
Reference in New Issue
Block a user