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
@@ -13,4 +13,4 @@ public trait ArraysInSubtypes {
public abstract fun listOfArray(): (kotlin.MutableList<out kotlin.Array<(out) kotlin.CharSequence!>!>..kotlin.List<kotlin.Array<(out) kotlin.CharSequence!>!>?)
public abstract fun objArray(): kotlin.Array<(out) kotlin.Any!>!
}
}
}
@@ -10,4 +10,4 @@ public trait MethodTypeParameterErased {
public constructor SubBug()
public open fun save(): test.MethodTypeParameterErased.SubBug!
}
}
}
@@ -14,4 +14,4 @@ public open class RawSuperType {
// Static members
public final /*synthesized*/ fun </*0*/ T> Super(/*0*/ function: (T!) -> kotlin.Unit): test.RawSuperType.Super<T>
}
}
@@ -19,4 +19,4 @@ public trait ReturnInnerSubclassOfSupersInner {
public/*package*/ open fun get(): test.ReturnInnerSubclassOfSupersInner.Super<A!>!
}
}
}
}
@@ -23,4 +23,4 @@ public trait SubclassWithRawType {
public abstract fun simple3(): kotlin.(Mutable)List<kotlin.String!>!
public abstract fun wildcard(): (kotlin.MutableList<out kotlin.Any?>..kotlin.List<kotlin.Any?>?)
}
}
}
@@ -16,4 +16,4 @@ public trait TwoSuperclassesInconsistentGenericTypes {
// Static members
public final /*synthesized*/ fun Other(/*0*/ function: () -> kotlin.(Mutable)List<kotlin.String!>!): test.TwoSuperclassesInconsistentGenericTypes.Other
}
}
@@ -17,4 +17,4 @@ public trait TwoSuperclassesVarargAndNot {
// Static members
public final /*synthesized*/ fun Super1(/*0*/ function: (kotlin.Array<(out) kotlin.String!>!) -> kotlin.Unit): test.TwoSuperclassesVarargAndNot.Super1
public final /*synthesized*/ fun Super2(/*0*/ function: (kotlin.Array<(out) kotlin.String!>!) -> kotlin.Unit): test.TwoSuperclassesVarargAndNot.Super2
}
}