Regenerate .txt testData

Add newline to EOF, trim trailing spaces
This commit is contained in:
Alexander Udalov
2014-10-21 00:13:37 +04:00
parent 51fd654802
commit 102f0d3470
346 changed files with 577 additions and 577 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
}
}
@@ -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()
}
}