[K/N] Header klibs: Keep private properties in value classes
^KT-61767 Fixed
This commit is contained in:
+3
-1
@@ -28,4 +28,6 @@ class B : A() {
|
||||
companion object {
|
||||
const val bConst: Int = 90
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
value class C(private val b: String)
|
||||
Reference in New Issue
Block a user