add tests in KotlinJpsTest for check access to internal elements from another module
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
fun test() {
|
||||
foo()
|
||||
internalBar()
|
||||
}
|
||||
Reference in New Issue
Block a user