Regenerate .txt testData

Add newline to EOF, trim trailing spaces
This commit is contained in:
Alexander Udalov
2014-10-21 00:13:37 +04:00
parent 51fd654802
commit 102f0d3470
346 changed files with 577 additions and 577 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 {
}
}
}