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