jvm-abi-gen: Remove internal declarations from ABI
#KT-65690 Fixed
This commit is contained in:
committed by
Space Team
parent
ebc2a18da5
commit
d2792533b8
+11
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
fun emptyKtClassWorkaround() = Unit
|
||||
class PublicOuterClass {
|
||||
|
||||
internal interface TransitivelyPublicInterface
|
||||
|
||||
data class Data internal constructor(
|
||||
val couldNotBeRemoved: String
|
||||
): TransitivelyPublicInterface
|
||||
}
|
||||
Reference in New Issue
Block a user