Test data fixed

This commit is contained in:
Andrey Breslav
2014-06-05 14:33:25 +04:00
parent 55cfa161c7
commit 9cb71c7fa8
4 changed files with 8 additions and 8 deletions
@@ -0,0 +1,5 @@
// !DIAGNOSTICS: -UNUSED_PARAMETER
data class <!CONFLICTING_JVM_DECLARATIONS!>C(val c: Int)<!> {
<!CONFLICTING_JVM_DECLARATIONS!>fun `copy$default`(c: C, x: Int, m: Int)<!> = C(this.c)
}