Remove @data from test data

This commit is contained in:
Alexey Tsvetkov
2015-10-14 15:51:05 +03:00
parent 106e2667d4
commit 1973573a89
57 changed files with 70 additions and 70 deletions
@@ -1,6 +1,6 @@
package test
@kotlin.data() public final class A {
public final data class A {
/*primary*/ public constructor A(/*0*/ foo: kotlin.String, /*1*/ bar: kotlin.Int, /*2*/ other: kotlin.Long)
public final val bar: kotlin.Int
public final fun <get-bar>(): kotlin.Int