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