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
@@ -6,11 +6,11 @@ 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 var property: kotlin.Int
internal final fun <get-property>(): kotlin.Int
internal final fun <set-property>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
}
}
}
@@ -8,4 +8,4 @@ internal final class Class {
/*primary*/ public constructor Class()
test.Anno() internal final val x: kotlin.Int
internal final fun <get-x>(): kotlin.Int
}
}
@@ -12,4 +12,4 @@ internal final class Class {
internal final fun <get-bar>(): kotlin.Int
internal final fun <set-bar>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
test.Anno(t = ElementType.METHOD: java.lang.annotation.ElementType) internal final fun foo(): kotlin.Unit
}
}
@@ -7,4 +7,4 @@ internal final annotation class Anno : kotlin.Annotation {
internal final class Class {
/*primary*/ public constructor Class()
test.Anno() internal final fun foo(): kotlin.Unit
}
}
@@ -8,4 +8,4 @@ internal final class Class {
/*primary*/ public constructor Class()
internal final val property: kotlin.Int
test.Anno() internal final fun <get-property>(): kotlin.Int
}
}
@@ -9,4 +9,4 @@ internal final class Class {
test.Anno() internal final var property: kotlin.Int
internal final fun <get-property>(): kotlin.Int
internal final fun <set-property>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
}
}
@@ -9,4 +9,4 @@ internal final class Class {
internal final var property: kotlin.Int
internal final fun <get-property>(): kotlin.Int
test.Anno() internal final fun <set-property>(/*0*/ value: kotlin.Int): kotlin.Unit
}
}
@@ -6,16 +6,16 @@ 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 inner class Inner {
/*primary*/ public constructor Inner()
}
test.Anno() internal final class Nested {
/*primary*/ public constructor Nested()
}
}
}
}
@@ -6,8 +6,8 @@ internal final annotation class Anno : kotlin.Annotation {
internal final class Class {
/*primary*/ public constructor Class()
test.Anno() internal class object <class-object-for-Class> {
/*primary*/ private constructor <class-object-for-Class>()
}
}
}
@@ -2,14 +2,14 @@ package test
internal final class A {
/*primary*/ public constructor A()
internal final class B {
/*primary*/ public constructor B()
internal class object <class-object-for-B> {
/*primary*/ private constructor <class-object-for-B>()
internal final val TEST: kotlin.Int = 1
internal final fun <get-TEST>(): kotlin.Int
}
}
}
}
@@ -2,16 +2,16 @@ package test
kotlin.deprecated(value = "Class": kotlin.String) internal final class Class {
/*primary*/ public constructor Class()
kotlin.deprecated(value = "class object": kotlin.String) internal class object <class-object-for-Class> {
/*primary*/ private constructor <class-object-for-Class>()
}
kotlin.deprecated(value = "Inner": kotlin.String) internal final inner class Inner {
/*primary*/ public constructor Inner()
}
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`()
}
}
@@ -8,16 +8,16 @@ internal final annotation class Anno : kotlin.Annotation {
test.Anno(t = ElementType.METHOD: java.lang.annotation.ElementType) internal final class Class {
/*primary*/ public constructor Class()
test.Anno(t = ElementType.ANNOTATION_TYPE: java.lang.annotation.ElementType) internal class object <class-object-for-Class> {
/*primary*/ private constructor <class-object-for-Class>()
}
test.Anno(t = ElementType.PARAMETER: java.lang.annotation.ElementType) internal final inner class Inner {
/*primary*/ public constructor Inner()
}
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()
}
}
@@ -6,12 +6,12 @@ internal final annotation class Anno : kotlin.Annotation {
internal final class Class {
/*primary*/ public constructor Class()
test.Anno() internal final inner class Inner {
/*primary*/ public constructor Inner()
}
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()
}
}
@@ -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()
}
}
@@ -12,4 +12,4 @@ internal final class Class {
/*primary*/ public constructor Class(/*0*/ test.A() x: kotlin.Int, /*1*/ test.B() y: kotlin.String)
test.A() internal final val x: kotlin.Int
internal final fun <get-x>(): kotlin.Int
}
}
@@ -17,8 +17,8 @@ internal final enum class E : kotlin.Enum<test.E> {
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.E): kotlin.Int
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
// Static members
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.E
public final /*synthesized*/ fun values(): kotlin.Array<test.E>
}
}
@@ -4,4 +4,4 @@ internal fun kotlin.Int.foo(/*0*/ test.A() x: kotlin.Int): kotlin.Unit
internal final annotation class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
}
@@ -7,4 +7,4 @@ internal final annotation class Anno : kotlin.Annotation {
internal final class Class {
/*primary*/ public constructor Class()
internal final fun kotlin.String.foo(/*0*/ test.Anno() x: kotlin.Int): kotlin.Int
}
}
@@ -9,4 +9,4 @@ internal final class Class {
internal final var kotlin.Int.foo: kotlin.Int
internal final fun kotlin.Int.<get-foo>(): kotlin.Int
internal final fun kotlin.Int.<set-foo>(/*0*/ test.A() value: kotlin.Int): kotlin.Unit
}
}
@@ -7,4 +7,4 @@ internal final annotation class Anno : kotlin.Annotation {
internal final class Class {
/*primary*/ public constructor Class()
internal final fun foo(/*0*/ test.Anno() x: kotlin.String): kotlin.Unit
}
}
@@ -6,4 +6,4 @@ internal final annotation class Anno : kotlin.Annotation {
internal trait Trait {
internal open fun foo(/*0*/ test.Anno() x: kotlin.String): kotlin.Int
}
}
@@ -17,4 +17,4 @@ internal final annotation class C : kotlin.Annotation {
internal final annotation class D : kotlin.Annotation {
/*primary*/ public constructor D()
}
}
@@ -9,4 +9,4 @@ internal final class Class {
internal final var foo: kotlin.Int
internal final fun <get-foo>(): kotlin.Int
internal final fun <set-foo>(/*0*/ test.A() value: kotlin.Int): kotlin.Unit
}
}
@@ -4,4 +4,4 @@ internal fun foo(/*0*/ test.Anno() x: kotlin.Int): kotlin.Unit
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
}
@@ -10,4 +10,4 @@ internal final annotation class A : kotlin.Annotation {
internal final annotation class B : kotlin.Annotation {
/*primary*/ public constructor B()
}
}
@@ -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
}
}
}