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
@@ -2,7 +2,7 @@ package
public fun list(/*0*/ start: SomeObject): kotlin.Unit
@kotlin.data() public final class SomeObject {
public final data class SomeObject {
public constructor SomeObject(/*0*/ n: SomeObject?)
public final val n: SomeObject?
public final operator /*synthesized*/ fun component1(): SomeObject?