Regenerate .txt testData

Add newline to EOF, trim trailing spaces
This commit is contained in:
Alexander Udalov
2014-10-21 00:13:37 +04:00
parent 51fd654802
commit 102f0d3470
346 changed files with 577 additions and 577 deletions
@@ -12,4 +12,4 @@ public open class Super {
public final var field: kotlin.Int
private final var privateField: kotlin.Int
public open fun method(): kotlin.Int
}
}
@@ -18,4 +18,4 @@ internal abstract class ZAB : test.A, test.B {
internal abstract class ZBA : test.B, test.A {
public constructor ZBA()
public abstract override /*2*/ /*fake_override*/ fun foo(/*0*/ kotlinName: kotlin.Int): kotlin.Unit
}
}
@@ -11,4 +11,4 @@ internal trait K {
internal trait K1 : test.J {
public abstract override /*1*/ fun foo(/*0*/ k: test.K?): kotlin.Unit
}
}
@@ -12,4 +12,4 @@ internal trait K {
internal final class K1 : test.J {
public constructor K1()
public open override /*1*/ fun foo(/*0*/ l: kotlin.MutableList<kotlin.String>): kotlin.String
}
}