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