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
@@ -1,4 +1,4 @@
data class A(val x: Int, val y: String) {
data class <!CONFLICTING_JVM_DECLARATIONS!>A(val x: Int, val y: String)<!> {
<!CONFLICTING_OVERLOADS!>fun component1()<!> = 1
<!CONFLICTING_OVERLOADS!>fun component2()<!> = 2
}