jvm-abi-gen: Remove data class copy fun from ABI along with constructor
#KT-64591 Fixed
This commit is contained in:
committed by
Space Team
parent
692cc64d2a
commit
91002eacda
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
data class Class private constructor(
|
||||
val publicProperty: Any,
|
||||
private val privateProperty: Any,
|
||||
)
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
data class Class private constructor(
|
||||
val publicProperty: Any,
|
||||
)
|
||||
Reference in New Issue
Block a user