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
@@ -5,4 +5,4 @@ test.Anno() internal val x: kotlin.Int
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
}
@@ -8,4 +8,4 @@ internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno(/*0*/ t: java.lang.annotation.ElementType)
internal final val t: java.lang.annotation.ElementType
internal final fun <get-t>(): java.lang.annotation.ElementType
}
}
@@ -9,4 +9,4 @@ internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno(/*0*/ vararg t: java.lang.annotation.ElementType /*kotlin.Array<java.lang.annotation.ElementType>*/)
internal final val t: kotlin.Array<java.lang.annotation.ElementType>
internal final fun <get-t>(): kotlin.Array<java.lang.annotation.ElementType>
}
}
@@ -4,4 +4,4 @@ test.Anno() internal fun function(): kotlin.Unit
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
}
@@ -5,4 +5,4 @@ internal val property: kotlin.Int
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
}
@@ -6,4 +6,4 @@ test.Anno() internal var property: kotlin.Int
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
}
@@ -6,4 +6,4 @@ internal var property: kotlin.Int
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
}
@@ -9,4 +9,4 @@ internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno(/*0*/ vararg t: kotlin.String /*kotlin.Array<kotlin.String>*/)
internal final val t: kotlin.Array<kotlin.String>
internal final fun <get-t>(): kotlin.Array<kotlin.String>
}
}