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
@@ -5,4 +5,4 @@ public final class ClassWithObjectMethod {
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ fun toString(): kotlin.String!
}
}
@@ -6,4 +6,4 @@ public trait InterfaceWithObjectMethods {
public abstract fun finalize(): kotlin.Unit
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
}