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 My {
public final data class My {
/*primary*/ public constructor My(/*0*/ x: kotlin.Int)
public final val x: kotlin.Int
public final fun <get-x>(): kotlin.Int