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
@@ -8,4 +8,4 @@ public open class Base {
internal final class Derived : test.Base {
public constructor Derived()
internal open override /*1*/ fun foo(): kotlin.Unit
}
}
@@ -8,4 +8,4 @@ public open class Base {
internal final class Derived : test.Base {
public constructor Derived()
protected open override /*1*/ fun foo(): kotlin.Unit
}
}