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
@@ -2,4 +2,4 @@ package test
public open class ClassExtendsTypeParameter</*0*/ T> : T {
public constructor ClassExtendsTypeParameter</*0*/ T>()
}
}
@@ -11,4 +11,4 @@ public trait ErrorTypes {
public abstract fun errorTypeInParameter(/*0*/ list: kotlin.(Mutable)List<kotlin.Array<(out) [ERROR : Unresolved java classifier: T]!>!>!): kotlin.Unit
public abstract fun returnErrorType(): [ERROR : Unresolved java classifier: T]!
}
}
}
@@ -10,4 +10,4 @@ public trait NullInAnnotation {
public abstract fun a(): kotlin.String
public abstract fun b(): kotlin.Array<kotlin.String>
}
}
}
@@ -19,4 +19,4 @@ public trait ReturnInnerSubclassOfSupersInner {
public/*package*/ open fun get(): test.ReturnInnerSubclassOfSupersInner.Super<A!>!
}
}
}
}
@@ -19,4 +19,4 @@ public trait ReturnNotSubtype {
public abstract fun string2(): kotlin.String!
public abstract fun t(): T!
}
}
}
@@ -14,4 +14,4 @@ public trait WrongNumberOfGenericParameters {
public trait Zero {
}
}
}