Remove check in visibilities that allowed access to privates of outer packages
It doesn't work for a while now in imports and is planned to be dropped with upcoming changes to private
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
package a.b
|
||||
|
||||
fun box() = a.x
|
||||
@@ -1,3 +0,0 @@
|
||||
package a
|
||||
|
||||
private val x: String = "OK"
|
||||
Reference in New Issue
Block a user