Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
+3
-3
@@ -6,20 +6,20 @@ public final class A {
|
||||
public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno1 : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno1 : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno1()
|
||||
}
|
||||
|
||||
public final class B {
|
||||
/*primary*/ public constructor B()
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno2 : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno2 : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno2()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
test.A.Companion.Anno1() test.A.Companion.B.Anno2() public final class C {
|
||||
@test.A.Companion.Anno1() @test.A.Companion.B.Anno2() public final class C {
|
||||
/*primary*/ public constructor C()
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ public final class Class {
|
||||
public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
test.Anno() public final class Nested {
|
||||
@test.Anno() public final class Nested {
|
||||
/*primary*/ public constructor Nested()
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,13 +1,13 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
public final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
|
||||
test.Anno() public companion object Companion {
|
||||
@test.Anno() public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
kotlin.data() public final class My {
|
||||
@kotlin.data() public final class My {
|
||||
/*primary*/ public constructor My(/*0*/ x: kotlin.Int)
|
||||
public final val x: kotlin.Int
|
||||
public final fun <get-x>(): kotlin.Int
|
||||
|
||||
+4
-4
@@ -1,17 +1,17 @@
|
||||
package test
|
||||
|
||||
kotlin.Deprecated(value = "Class") public final class Class {
|
||||
@kotlin.Deprecated(value = "Class") public final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
|
||||
kotlin.Deprecated(value = "companion object") public companion object Companion {
|
||||
@kotlin.Deprecated(value = "companion object") public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
}
|
||||
|
||||
kotlin.Deprecated(value = "Inner") public final inner class Inner {
|
||||
@kotlin.Deprecated(value = "Inner") public final inner class Inner {
|
||||
/*primary*/ public constructor Inner()
|
||||
}
|
||||
|
||||
kotlin.Deprecated(value = "Nested") public final class Nested {
|
||||
@kotlin.Deprecated(value = "Nested") public final class Nested {
|
||||
/*primary*/ public constructor Nested()
|
||||
}
|
||||
}
|
||||
|
||||
+4
-4
@@ -1,17 +1,17 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() public final class `$$$$$$` : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class `$$$$$$` : kotlin.Annotation {
|
||||
/*primary*/ public constructor `$$$$$$`()
|
||||
}
|
||||
|
||||
test.`$$$$$$`() public final class A {
|
||||
@test.`$$$$$$`() public final class A {
|
||||
/*primary*/ public constructor A()
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() public final class `Anno$tation` : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class `Anno$tation` : kotlin.Annotation {
|
||||
/*primary*/ public constructor `Anno$tation`()
|
||||
}
|
||||
|
||||
test.`Anno$tation`() public final class `Cla$s` {
|
||||
@test.`Anno$tation`() public final class `Cla$s` {
|
||||
/*primary*/ public constructor `Cla$s`()
|
||||
}
|
||||
|
||||
+5
-5
@@ -1,23 +1,23 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno(/*0*/ t: java.lang.annotation.ElementType)
|
||||
public final val t: java.lang.annotation.ElementType
|
||||
public final fun <get-t>(): java.lang.annotation.ElementType
|
||||
}
|
||||
|
||||
test.Anno(t = ElementType.METHOD) public final class Class {
|
||||
@test.Anno(t = ElementType.METHOD) public final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
|
||||
test.Anno(t = ElementType.ANNOTATION_TYPE) public companion object Companion {
|
||||
@test.Anno(t = ElementType.ANNOTATION_TYPE) public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
}
|
||||
|
||||
test.Anno(t = ElementType.PARAMETER) public final inner class Inner {
|
||||
@test.Anno(t = ElementType.PARAMETER) public final inner class Inner {
|
||||
/*primary*/ public constructor Inner()
|
||||
}
|
||||
|
||||
test.Anno(t = ElementType.TYPE) public final class Nested {
|
||||
@test.Anno(t = ElementType.TYPE) public final class Nested {
|
||||
/*primary*/ public constructor Nested()
|
||||
}
|
||||
}
|
||||
|
||||
+4
-4
@@ -1,17 +1,17 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() public final class A1 : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class A1 : kotlin.Annotation {
|
||||
/*primary*/ public constructor A1()
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() public final class A2 : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class A2 : kotlin.Annotation {
|
||||
/*primary*/ public constructor A2()
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() public final class A3 : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class A3 : kotlin.Annotation {
|
||||
/*primary*/ public constructor A3()
|
||||
}
|
||||
|
||||
test.A1() test.A2() test.A3() public final class Class {
|
||||
@test.A1() @test.A2() @test.A3() public final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
}
|
||||
|
||||
+3
-3
@@ -3,12 +3,12 @@ package test
|
||||
public final class A {
|
||||
/*primary*/ public constructor A()
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
}
|
||||
|
||||
test.A.Anno() public final class B {
|
||||
@test.A.Anno() public final class B {
|
||||
/*primary*/ public constructor B()
|
||||
test.A.Anno() public final fun f(): kotlin.Unit
|
||||
@test.A.Anno() public final fun f(): kotlin.Unit
|
||||
}
|
||||
|
||||
+3
-3
@@ -1,17 +1,17 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
public final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
|
||||
test.Anno() public final inner class Inner {
|
||||
@test.Anno() public final inner class Inner {
|
||||
/*primary*/ public constructor Inner()
|
||||
}
|
||||
|
||||
test.Anno() public final class Nested {
|
||||
@test.Anno() public final class Nested {
|
||||
/*primary*/ public constructor Nested()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.Retention(value = AnnotationRetention.RUNTIME) kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
@kotlin.annotation.Retention(value = AnnotationRetention.RUNTIME) @kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
test.Anno() public final class X {
|
||||
@test.Anno() public final class X {
|
||||
/*primary*/ public constructor X()
|
||||
}
|
||||
|
||||
+9
-9
@@ -1,52 +1,52 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() public final class BooleanAnno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class BooleanAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor BooleanAnno(/*0*/ value: kotlin.Boolean)
|
||||
public final val value: kotlin.Boolean
|
||||
public final fun <get-value>(): kotlin.Boolean
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() public final class ByteAnno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class ByteAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor ByteAnno(/*0*/ value: kotlin.Byte)
|
||||
public final val value: kotlin.Byte
|
||||
public final fun <get-value>(): kotlin.Byte
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() public final class CharAnno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class CharAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor CharAnno(/*0*/ value: kotlin.Char)
|
||||
public final val value: kotlin.Char
|
||||
public final fun <get-value>(): kotlin.Char
|
||||
}
|
||||
|
||||
test.IntAnno(value = 42) test.ShortAnno(value = 42.toShort()) test.ByteAnno(value = 42.toByte()) test.LongAnno(value = 42.toLong()) test.CharAnno(value = \u0041 ('A')) test.BooleanAnno(value = false) test.FloatAnno(value = 3.14.toFloat()) test.DoubleAnno(value = 3.14.toDouble()) public final class Class {
|
||||
@test.IntAnno(value = 42) @test.ShortAnno(value = 42.toShort()) @test.ByteAnno(value = 42.toByte()) @test.LongAnno(value = 42.toLong()) @test.CharAnno(value = \u0041 ('A')) @test.BooleanAnno(value = false) @test.FloatAnno(value = 3.14.toFloat()) @test.DoubleAnno(value = 3.14.toDouble()) public final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() public final class DoubleAnno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class DoubleAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor DoubleAnno(/*0*/ value: kotlin.Double)
|
||||
public final val value: kotlin.Double
|
||||
public final fun <get-value>(): kotlin.Double
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() public final class FloatAnno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class FloatAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor FloatAnno(/*0*/ value: kotlin.Float)
|
||||
public final val value: kotlin.Float
|
||||
public final fun <get-value>(): kotlin.Float
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() public final class IntAnno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class IntAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor IntAnno(/*0*/ value: kotlin.Int)
|
||||
public final val value: kotlin.Int
|
||||
public final fun <get-value>(): kotlin.Int
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() public final class LongAnno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class LongAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor LongAnno(/*0*/ value: kotlin.Long)
|
||||
public final val value: kotlin.Long
|
||||
public final fun <get-value>(): kotlin.Long
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() public final class ShortAnno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class ShortAnno : kotlin.Annotation {
|
||||
/*primary*/ public constructor ShortAnno(/*0*/ value: kotlin.Short)
|
||||
public final val value: kotlin.Short
|
||||
public final fun <get-value>(): kotlin.Short
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno(/*0*/ int: kotlin.Int, /*1*/ string: kotlin.String, /*2*/ double: kotlin.Double)
|
||||
public final val double: kotlin.Double
|
||||
public final fun <get-double>(): kotlin.Double
|
||||
@@ -10,6 +10,6 @@ kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
public final fun <get-string>(): kotlin.String
|
||||
}
|
||||
|
||||
test.Anno(double = 3.14.toDouble(), int = 42, string = "OK") public final class Class {
|
||||
@test.Anno(double = 3.14.toDouble(), int = 42, string = "OK") public final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user