Append newline to EOF for .txt test data files

Reverts and fixes 102f0d3
This commit is contained in:
Alexander Udalov
2014-10-21 03:15:52 +04:00
parent 6e5647bb67
commit 3a8ad45dec
2430 changed files with 2430 additions and 2430 deletions
@@ -1,3 +1,3 @@
package test
internal fun assert(): kotlin.Unit
internal fun assert(): kotlin.Unit
@@ -13,4 +13,4 @@ internal trait X {
internal trait Y : test.X {
internal abstract override /*1*/ /*fake_override*/ fun foo(): kotlin.Unit
}
}
@@ -13,4 +13,4 @@ public trait Super1 {
public trait Super2 {
public abstract fun bar(): kotlin.CharSequence
private abstract fun foo(): kotlin.String
}
}
@@ -23,4 +23,4 @@ public trait Super2 {
internal abstract fun <set-x>(/*0*/ <set-?>: kotlin.String): kotlin.Unit
internal abstract val y: kotlin.String
internal abstract fun <get-y>(): kotlin.String
}
}
@@ -19,4 +19,4 @@ public trait Super2 {
internal abstract fun <get-x>(): kotlin.CharSequence
internal abstract val y: kotlin.String
internal abstract fun <get-y>(): kotlin.String
}
}
@@ -27,4 +27,4 @@ internal final class D : test.B, test.X {
internal trait X : test.A {
internal open fun bar(): kotlin.Unit
internal abstract override /*1*/ /*fake_override*/ fun foo(): kotlin.Unit
}
}
@@ -4,4 +4,4 @@ internal fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
public trait TaskObject {
internal abstract fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
}
}
@@ -2,4 +2,4 @@ package test
public trait Runnable {
internal abstract fun run(): kotlin.Unit
}
}
@@ -15,4 +15,4 @@ internal final class C : test.B {
/*primary*/ public constructor C()
internal open override /*1*/ fun bar(): kotlin.Unit
internal open override /*1*/ /*fake_override*/ fun foo(): kotlin.Unit
}
}
@@ -3,4 +3,4 @@ package test
internal final class PropagateSubclassOfComparable : kotlin.Comparable<test.PropagateSubclassOfComparable> {
/*primary*/ public constructor PropagateSubclassOfComparable()
public open override /*1*/ fun compareTo(/*0*/ other: test.PropagateSubclassOfComparable): kotlin.Int
}
}
@@ -1,3 +1,3 @@
package test
internal fun </*0*/ T> f(): kotlin.Int
internal fun </*0*/ T> f(): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun </*0*/ P> funParamParam(/*0*/ a: kotlin.Int, /*1*/ b: P): kotlin.Int
internal fun </*0*/ P> funParamParam(/*0*/ a: kotlin.Int, /*1*/ b: P): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun </*0*/ P> funParamParam(/*0*/ a: kotlin.Int, /*1*/ b: P): kotlin.Int
internal fun </*0*/ P> funParamParam(/*0*/ a: kotlin.Int, /*1*/ b: P): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun </*0*/ P, /*1*/ Q : P> funParamReferencesParam(): kotlin.Int
internal fun </*0*/ P, /*1*/ Q : P> funParamReferencesParam(): kotlin.Int
@@ -6,4 +6,4 @@ internal trait Bar {
}
internal trait Foo {
}
}
@@ -1,3 +1,3 @@
package test
internal fun </*0*/ A : java.lang.Number> uno(): kotlin.Int
internal fun </*0*/ A : java.lang.Number> uno(): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun </*0*/ A : java.lang.Number> tres(): kotlin.Int where A : java.io.Serializable
internal fun </*0*/ A : java.lang.Number> tres(): kotlin.Int where A : java.io.Serializable
@@ -1,3 +1,3 @@
package test
internal fun </*0*/ A : java.io.Serializable> dos(): kotlin.Int
internal fun </*0*/ A : java.io.Serializable> dos(): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun </*0*/ P> funParamVarargParam(/*0*/ a: kotlin.Int, /*1*/ vararg b: P /*kotlin.Array<P>*/): kotlin.Int
internal fun </*0*/ P> funParamVarargParam(/*0*/ a: kotlin.Int, /*1*/ vararg b: P /*kotlin.Array<P>*/): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun </*0*/ P, /*1*/ Q> funTwoTypeParams(): kotlin.Int
internal fun </*0*/ P, /*1*/ Q> funTwoTypeParams(): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun ff(/*0*/ p: kotlin.List<kotlin.CharSequence>): kotlin.Int
internal fun ff(/*0*/ p: kotlin.List<kotlin.CharSequence>): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun ff(/*0*/ p: kotlin.List<java.lang.CharSequence?>): kotlin.Int
internal fun ff(/*0*/ p: kotlin.List<java.lang.CharSequence?>): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun fff(/*0*/ a: java.lang.Integer?): kotlin.Int
internal fun fff(/*0*/ a: java.lang.Integer?): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun ffgg(): kotlin.List<kotlin.CharSequence>
internal fun ffgg(): kotlin.List<kotlin.CharSequence>
@@ -1,3 +1,3 @@
package test
internal fun ffgg(): kotlin.List<kotlin.CharSequence?>
internal fun ffgg(): kotlin.List<kotlin.CharSequence?>
@@ -3,4 +3,4 @@ package test
internal final class River {
/*primary*/ public constructor River()
internal final fun song(): kotlin.Int
}
}
@@ -3,4 +3,4 @@ package test
internal final class ClassFunGetFoo {
/*primary*/ public constructor ClassFunGetFoo()
internal final fun getFoo(): kotlin.Int
}
}
@@ -4,4 +4,4 @@ internal final class ClassFunGetFoo {
/*primary*/ public constructor ClassFunGetFoo()
internal final fun getFoo(): kotlin.Int
internal final fun setFoo(/*0*/ p: kotlin.Int): kotlin.Unit
}
}
@@ -3,4 +3,4 @@ package test
internal final class ClassFunGetFoo {
/*primary*/ public constructor ClassFunGetFoo()
internal final fun set(/*0*/ p: kotlin.Int): kotlin.Unit
}
}
@@ -1,3 +1,3 @@
package test
internal fun kotlin.Int.shuffle(): kotlin.Int
internal fun kotlin.Int.shuffle(): kotlin.Int
@@ -3,4 +3,4 @@ package test
internal final class ExtFunInClass {
/*primary*/ public constructor ExtFunInClass()
internal final fun kotlin.Int.shuffle(): kotlin.Int
}
}
@@ -1,3 +1,3 @@
package test
internal fun funDefaultArg(/*0*/ p: kotlin.Int, /*1*/ q: kotlin.Int = ..., /*2*/ r: kotlin.Int = ...): kotlin.Int
internal fun funDefaultArg(/*0*/ p: kotlin.Int, /*1*/ q: kotlin.Int = ..., /*2*/ r: kotlin.Int = ...): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun fff(/*0*/ a: java.lang.Integer): kotlin.Int
internal fun fff(/*0*/ a: java.lang.Integer): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun varargInt(/*0*/ a: kotlin.Int, /*1*/ vararg b: kotlin.Int /*kotlin.IntArray*/): kotlin.Int
internal fun varargInt(/*0*/ a: kotlin.Int, /*1*/ vararg b: kotlin.Int /*kotlin.IntArray*/): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun varargCharSequence(/*0*/ a: kotlin.Int, /*1*/ vararg b: java.lang.Integer /*kotlin.Array<java.lang.Integer>*/): kotlin.Int
internal fun varargCharSequence(/*0*/ a: kotlin.Int, /*1*/ vararg b: java.lang.Integer /*kotlin.Array<java.lang.Integer>*/): kotlin.Int
@@ -3,4 +3,4 @@ package test
internal abstract class ModifierAbstract {
/*primary*/ public constructor ModifierAbstract()
internal abstract fun abs(): kotlin.Int
}
}
@@ -3,4 +3,4 @@ package test
internal open class ModifierOpen {
/*primary*/ public constructor ModifierOpen()
internal open fun abs(): kotlin.Int
}
}
@@ -1,3 +1,3 @@
package test
internal fun f(): kotlin.Int
internal fun f(): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun getFoo(): kotlin.Int
internal fun getFoo(): kotlin.Int
@@ -1,3 +1,3 @@
package test
internal fun ff(): java.lang.Integer
internal fun ff(): java.lang.Integer
@@ -1,3 +1,3 @@
package test
internal fun ff(): java.lang.Integer?
internal fun ff(): java.lang.Integer?
@@ -3,4 +3,4 @@ package test
public open class VarargInt {
/*primary*/ public constructor VarargInt()
public open fun vararg(/*0*/ vararg p0: kotlin.Int /*kotlin.IntArray*/): kotlin.Unit
}
}
@@ -3,4 +3,4 @@ package test
public open class VarargString {
/*primary*/ public constructor VarargString()
public open fun vararg(/*0*/ vararg p0: kotlin.String? /*kotlin.Array<kotlin.String?>*/): kotlin.Unit
}
}
@@ -1,4 +1,4 @@
package test
internal fun f(/*0*/ vararg t: kotlin.String /*kotlin.Array<kotlin.String>*/, /*1*/ f: () -> kotlin.Unit): kotlin.Unit
internal fun f(/*0*/ vararg t: kotlin.Int /*kotlin.IntArray*/, /*1*/ f: () -> kotlin.Unit): kotlin.Unit
internal fun f(/*0*/ vararg t: kotlin.Int /*kotlin.IntArray*/, /*1*/ f: () -> kotlin.Unit): kotlin.Unit