Rename tests: boxWithJava -> boxAgainstJava
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class JavaClass {
|
||||
public static void run(Runnable r1, Runnable r2) {
|
||||
r1.run();
|
||||
r2.run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user