Remove generated black box java codegen test
Move all testData to boxWithJava/
This commit is contained in:
committed by
Alexander Udalov
parent
86938f57b1
commit
2904d1745b
@@ -0,0 +1,9 @@
|
||||
class Derived(): funNestedStaticGenericClass<String>.Inner<String>() {
|
||||
fun test(): String {
|
||||
return funNestedStaticGenericClass.Inner.protectedFun()!!
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return Derived().test()
|
||||
}
|
||||
Reference in New Issue
Block a user