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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user