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
@@ -8,4 +8,4 @@ internal final class Class {
/*primary*/ public constructor Class()
test.Anno() internal final val property: kotlin.Int
internal final fun <get-property>(): kotlin.Int
}
}
@@ -12,4 +12,4 @@ internal final class Class {
test.Anno() internal final val property: kotlin.Int
internal final fun <get-property>(): kotlin.Int
}
}
}
@@ -20,4 +20,4 @@ internal final annotation class IntAnno : kotlin.Annotation {
internal final annotation class StringAnno : kotlin.Annotation {
/*primary*/ public constructor StringAnno()
}
}
@@ -17,4 +17,4 @@ internal final annotation class IntAnno : kotlin.Annotation {
internal final annotation class StringAnno : kotlin.Annotation {
/*primary*/ public constructor StringAnno()
}
}
@@ -11,4 +11,4 @@ internal final class Class {
test.Anno() internal abstract val property: kotlin.Int
internal abstract fun <get-property>(): kotlin.Int
}
}
}
@@ -5,4 +5,4 @@ test.Anno() internal val property: kotlin.Int
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
}
@@ -7,4 +7,4 @@ internal final annotation class Anno : kotlin.Annotation {
internal trait Trait {
test.Anno() internal abstract val property: kotlin.Int
internal abstract fun <get-property>(): kotlin.Int
}
}
@@ -11,4 +11,4 @@ internal trait Trait {
test.Anno() internal final val property: kotlin.Int
internal final fun <get-property>(): kotlin.Int
}
}
}