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