Rename tests: boxWithJava -> boxAgainstJava
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun box(): String {
|
||||
A()
|
||||
A("")
|
||||
A(0.toLong(), 0.0)
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user