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,5 @@
|
||||
package test
|
||||
|
||||
class Test {
|
||||
internal data class ConstructorToBeRemoved internal constructor(internal val fieldToBeRemoved: Any)
|
||||
}
|
||||
Reference in New Issue
Block a user