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
@@ -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
}
}
@@ -6,10 +6,10 @@ internal final annotation class Anno : kotlin.Annotation {
internal final class Class {
/*primary*/ public constructor Class()
internal class object <class-object-for-Class> {
/*primary*/ private constructor <class-object-for-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()
}
}
@@ -6,9 +6,9 @@ internal final annotation class Anno : kotlin.Annotation {
internal final class Class {
/*primary*/ public constructor Class()
internal trait Trait {
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
}
}
@@ -5,10 +5,10 @@ internal final annotation class Anno : kotlin.Annotation {
}
internal trait Trait {
internal class object <class-object-for-Trait> {
/*primary*/ private constructor <class-object-for-Trait>()
test.Anno() internal final val property: kotlin.Int
internal final fun <get-property>(): kotlin.Int
}
}
}