Rename tests: boxWithJava -> boxAgainstJava
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
object A: funObject() {
|
||||
fun test(): String {
|
||||
return funObject.protectedFun()!!
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return A.test()
|
||||
}
|
||||
Reference in New Issue
Block a user