Generate copy() in data class even if constructor is empty or not present
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
data class A
|
||||
|
||||
fun foo(a: A) {
|
||||
a.<!UNRESOLVED_REFERENCE!>component1<!>()
|
||||
a.<!UNRESOLVED_REFERENCE!>component2<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user