[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:
Johan Bay
2024-01-09 15:32:15 +01:00
committed by Space Cloud
parent a2516548e4
commit 446db595ce
12 changed files with 27 additions and 35 deletions
@@ -4,4 +4,4 @@ private val x = 1
object A { fun f() = x }
val y = 2
val y = (0..20).random()
@@ -2,4 +2,4 @@ package test
object A { fun f() = 1 }
val y = 2
val y = (30..50).random()