Test for KT-2155 Run-time error accessing internal value from other package
#KT-2155 fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package a
|
||||
|
||||
val x: String = "OK"
|
||||
@@ -0,0 +1 @@
|
||||
fun box() = a.x
|
||||
Reference in New Issue
Block a user