fix tests in org.jetbrains.kotlin.checkers

This commit is contained in:
Michael Nedzelsky
2015-09-03 15:25:57 +03:00
parent a3f22939f1
commit bc5c9065d2
2821 changed files with 12932 additions and 12960 deletions
@@ -1,13 +1,13 @@
package test
kotlin.data() internal final class A {
kotlin.data() public final class A {
/*primary*/ public constructor A(/*0*/ foo: kotlin.String, /*1*/ bar: kotlin.Int, /*2*/ other: kotlin.Long)
internal final val bar: kotlin.Int
internal final fun <get-bar>(): kotlin.Int
internal final val foo: kotlin.String
internal final fun <get-foo>(): kotlin.String
internal final val other: kotlin.Long
internal final fun <get-other>(): kotlin.Long
internal final /*synthesized*/ fun component1(): kotlin.Int
public final val bar: kotlin.Int
public final fun <get-bar>(): kotlin.Int
public final val foo: kotlin.String
public final fun <get-foo>(): kotlin.String
public final val other: kotlin.Long
public final fun <get-other>(): kotlin.Long
public final /*synthesized*/ fun component1(): kotlin.Int
public final /*synthesized*/ fun copy(/*0*/ foo: kotlin.String, /*1*/ bar: kotlin.Int = ..., /*2*/ other: kotlin.Long): test.A
}