JVM_IR KT-43066 Generate 'clone' in class implementing kotlin.Cloneable
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class A : Cloneable
|
||||
|
||||
interface I : Cloneable
|
||||
|
||||
class C : I
|
||||
|
||||
class OC : I {
|
||||
override fun clone(): OC = OC()
|
||||
}
|
||||
Reference in New Issue
Block a user