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