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
@@ -22,4 +22,4 @@ internal final class A {
test.A.Anno1() test.A.B.Anno2() internal final class C {
/*primary*/ public constructor C()
}
}
@@ -18,4 +18,4 @@ internal final class Class {
/*primary*/ public constructor Nested()
}
}
}
}
@@ -10,4 +10,4 @@ internal final class Class {
test.Anno() internal class object <class-object-for-Class> {
/*primary*/ private constructor <class-object-for-Class>()
}
}
}
@@ -12,4 +12,4 @@ internal final class A {
internal final fun <get-TEST>(): kotlin.Int
}
}
}
}
@@ -14,4 +14,4 @@ kotlin.deprecated(value = "Class": kotlin.String) internal final class Class {
kotlin.deprecated(value = "Nested": kotlin.String) internal final class Nested {
/*primary*/ public constructor Nested()
}
}
}
@@ -14,4 +14,4 @@ internal final annotation class `Anno$tation` : kotlin.Annotation {
test.`Anno$tation`() internal final class `Cla$s` {
/*primary*/ public constructor `Cla$s`()
}
}
@@ -20,4 +20,4 @@ test.Anno(t = ElementType.METHOD: java.lang.annotation.ElementType) internal fin
test.Anno(t = ElementType.TYPE: java.lang.annotation.ElementType) internal final class Nested {
/*primary*/ public constructor Nested()
}
}
}
@@ -14,4 +14,4 @@ internal final annotation class A3 : kotlin.Annotation {
test.A1() test.A2() test.A3() internal final class Class {
/*primary*/ public constructor Class()
}
}
@@ -11,4 +11,4 @@ internal final class A {
test.A.Anno() internal final class B {
/*primary*/ public constructor B()
test.A.Anno() internal final fun f(): kotlin.Unit
}
}
@@ -14,4 +14,4 @@ internal final class Class {
test.Anno() internal final class Nested {
/*primary*/ public constructor Nested()
}
}
}
@@ -2,4 +2,4 @@ package test
java.lang.annotation.Retention(value = RetentionPolicy.RUNTIME: java.lang.annotation.RetentionPolicy) internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
}
@@ -6,4 +6,4 @@ internal final annotation class Anno : kotlin.Annotation {
test.Anno() internal final class X {
/*primary*/ public constructor X()
}
}
@@ -50,4 +50,4 @@ internal final annotation class ShortAnno : kotlin.Annotation {
/*primary*/ public constructor ShortAnno(/*0*/ value: kotlin.Short)
internal final val value: kotlin.Short
internal final fun <get-value>(): kotlin.Short
}
}
@@ -12,4 +12,4 @@ internal final annotation class Anno : kotlin.Annotation {
test.Anno(double = 3.14.toDouble(): kotlin.Double, int = 42: kotlin.Int, string = "OK": kotlin.String) internal final class Class {
/*primary*/ public constructor Class()
}
}