Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
test.AnnotatedAnnotation() public final annotation class AnnotatedAnnotation : kotlin.Annotation {
|
||||
/*primary*/ public constructor AnnotatedAnnotation()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@ package test
|
||||
public open class AnnotatedMethod {
|
||||
/*primary*/ public constructor AnnotatedMethod()
|
||||
kotlin.deprecated(value = "Deprecated in Java": kotlin.String) public open fun f(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
public final annotation class SimpleAnnotation : kotlin.Annotation {
|
||||
/*primary*/ public constructor SimpleAnnotation()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@ internal final class Class {
|
||||
internal final fun <get-property>(): kotlin.Int
|
||||
internal final fun <set-property>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -22,4 +22,4 @@ internal final class A {
|
||||
|
||||
test.A.Anno1() test.A.B.Anno2() internal final class C {
|
||||
/*primary*/ public constructor C()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -18,4 +18,4 @@ internal final class Class {
|
||||
/*primary*/ public constructor Nested()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ internal final class Class {
|
||||
test.Anno() internal class object <class-object-for-Class> {
|
||||
/*primary*/ private constructor <class-object-for-Class>()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -12,4 +12,4 @@ internal final class A {
|
||||
internal final fun <get-TEST>(): kotlin.Int
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@ kotlin.deprecated(value = "Class": kotlin.String) internal final class Class {
|
||||
kotlin.deprecated(value = "Nested": kotlin.String) internal final class Nested {
|
||||
/*primary*/ public constructor Nested()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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`()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,4 +20,4 @@ test.Anno(t = ElementType.METHOD: java.lang.annotation.ElementType) internal fin
|
||||
test.Anno(t = ElementType.TYPE: java.lang.annotation.ElementType) internal final class Nested {
|
||||
/*primary*/ public constructor Nested()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@ internal final class A {
|
||||
test.A.Anno() internal final class B {
|
||||
/*primary*/ public constructor B()
|
||||
test.A.Anno() internal final fun f(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@ internal final class Class {
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
+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>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -21,4 +21,4 @@ internal final enum class E : kotlin.Enum<test.E> {
|
||||
// Static members
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.E
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.E>
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -17,4 +17,4 @@ internal final annotation class C : kotlin.Annotation {
|
||||
|
||||
internal final annotation class D : kotlin.Annotation {
|
||||
/*primary*/ public constructor D()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -10,4 +10,4 @@ internal final annotation class A : kotlin.Annotation {
|
||||
|
||||
internal final annotation class B : kotlin.Annotation {
|
||||
/*primary*/ public constructor B()
|
||||
}
|
||||
}
|
||||
|
||||
+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