Rename tests: boxWithJava -> boxAgainstJava
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package protectedPack;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
public class protectedStaticClass {
|
||||
protected static class Inner {
|
||||
public String foo() {
|
||||
return "OK";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user