jvm-abi-gen: Remove internal declarations from ABI
#KT-65690 Fixed
This commit is contained in:
committed by
Space Team
parent
ebc2a18da5
commit
d2792533b8
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
class Test {
|
||||
internal data class ClassToBeRemoved internal constructor(val a: Any)
|
||||
|
||||
data class EverythingExceptTheClassAndPropertyToBeRemoved internal constructor(val a: Any)
|
||||
}
|
||||
Reference in New Issue
Block a user