[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
|
||||
data class A(val x: Int, val y: String) {
|
||||
fun copy(x: Int, y: String) = x
|
||||
fun copy(x: Int, y: String) = A(x, y)
|
||||
}
|
||||
Reference in New Issue
Block a user