Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -12,4 +12,4 @@ internal final class Class {
|
||||
test.Anno() internal final val property: kotlin.Int
|
||||
internal final fun <get-property>(): kotlin.Int
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -20,4 +20,4 @@ internal final annotation class IntAnno : kotlin.Annotation {
|
||||
|
||||
internal final annotation class StringAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor StringAnno()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -17,4 +17,4 @@ internal final annotation class IntAnno : kotlin.Annotation {
|
||||
|
||||
internal final annotation class StringAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor StringAnno()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@ internal final class Class {
|
||||
test.Anno() internal abstract val property: kotlin.Int
|
||||
internal abstract fun <get-property>(): kotlin.Int
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@ test.Anno() internal val property: kotlin.Int
|
||||
|
||||
internal final annotation class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@ internal trait Trait {
|
||||
test.Anno() internal final val property: kotlin.Int
|
||||
internal final fun <get-property>(): kotlin.Int
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user