add trailing newlines to test files

otherwise I have to rollback dozens of files after using sed that follows conventions
This commit is contained in:
Stepan Koltsov
2012-03-12 22:54:14 +04:00
parent 61dc0c265c
commit 07ff53d456
163 changed files with 163 additions and 163 deletions
@@ -96,4 +96,4 @@ class A() {
open class B() {}
object C : B() {}
}
}
}
@@ -13,4 +13,4 @@ class B() {
fun bar() = true
}
fun foo() = B()
fun foo() = B()
@@ -13,4 +13,4 @@ import b.d
//FILE:b.kt
package b.d
package b.d
@@ -49,4 +49,4 @@ class Y(i: Int) : X(i, <!UNRESOLVED_REFERENCE!>rrr<!>) {
class Z(val i: Int) : X(<!UNRESOLVED_REFERENCE!>s<!>, <!UNRESOLVED_REFERENCE!>x<!>) {
val x = 2
}
}
@@ -8,4 +8,4 @@ class Main {
}
}
}
}
}
@@ -127,4 +127,4 @@ object A {
object B {
fun foo() {}
}
}
}
@@ -17,4 +17,4 @@ fun test() {
val x = System.getProperty("path.separator")?.length ?: 4
x * 55 + 5
}
}