Add codegen tests for package visibility
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package protectedPack
|
||||
|
||||
fun box(): String {
|
||||
return packageFun().test()!!
|
||||
}
|
||||
Reference in New Issue
Block a user