Rename tests: boxWithJava -> boxAgainstJava
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import java.util.Set;
|
||||
|
||||
public class delegationAndInheritanceFromJava {
|
||||
public interface A extends Set<String> {}
|
||||
|
||||
public interface B extends Set<String> {}
|
||||
}
|
||||
Reference in New Issue
Block a user