[K/N] keep internal members in header klibs
This is also the behavior of jvm-abi-gen and desired to support friend modules. ^KT-65442
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ private val x = 1
|
||||
|
||||
object A { fun f() = x }
|
||||
|
||||
val y = 2
|
||||
val y = (0..20).random()
|
||||
|
||||
Vendored
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
object A { fun f() = 1 }
|
||||
|
||||
val y = 2
|
||||
val y = (30..50).random()
|
||||
|
||||
Reference in New Issue
Block a user