Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
+6
-6
@@ -35,14 +35,14 @@ public class WithReified<reified A, reified out B>
|
||||
public interface TwoUpperBounds<T> where T : Number, T : Any
|
||||
|
||||
//package rendererTest
|
||||
//kotlin.annotation.annotation public final class TheAnnotation : kotlin.Annotation defined in rendererTest
|
||||
//@kotlin.annotation.annotation public final class TheAnnotation : kotlin.Annotation defined in rendererTest
|
||||
//public constructor TheAnnotation() defined in rendererTest.TheAnnotation
|
||||
//kotlin.annotation.annotation public final class AnotherAnnotation : kotlin.Annotation defined in rendererTest
|
||||
//@kotlin.annotation.annotation public final class AnotherAnnotation : kotlin.Annotation defined in rendererTest
|
||||
//public constructor AnotherAnnotation() defined in rendererTest.AnotherAnnotation
|
||||
//rendererTest.TheAnnotation public open class TheClass<out T : kotlin.Int, X> defined in rendererTest
|
||||
//@rendererTest.TheAnnotation public open class TheClass<out T : kotlin.Int, X> defined in rendererTest
|
||||
//<out T : kotlin.Int> defined in rendererTest.TheClass
|
||||
//<X> defined in rendererTest.TheClass
|
||||
//rendererTest.AnotherAnnotation public constructor TheClass<out T : kotlin.Int, X>() defined in rendererTest.TheClass
|
||||
//@rendererTest.AnotherAnnotation public constructor TheClass<out T : kotlin.Int, X>() defined in rendererTest.TheClass
|
||||
//private final val privateVal: kotlin.Int defined in rendererTest.TheClass
|
||||
//public final val shouldBeFinal: kotlin.Int defined in rendererTest.TheClass
|
||||
//public final val <T> T.checkTypeParameterScope: kotlin.Int defined in rendererTest.TheClass
|
||||
@@ -51,7 +51,7 @@ public interface TwoUpperBounds<T> where T : Number, T : Any
|
||||
//public final val <T> checkTypeParameterScope2: kotlin.Int defined in rendererTest.TheClass
|
||||
//<T> defined in rendererTest.TheClass.checkTypeParameterScope2
|
||||
//protected abstract fun foo(): kotlin.Unit defined in rendererTest.TheClass
|
||||
//rendererTest.TheAnnotation private constructor TheClass<out T : kotlin.Int, X>() defined in rendererTest.TheClass
|
||||
//@rendererTest.TheAnnotation private constructor TheClass<out T : kotlin.Int, X>() defined in rendererTest.TheClass
|
||||
//private final class Inner defined in rendererTest.TheClass
|
||||
//public constructor Inner() defined in rendererTest.TheClass.Inner
|
||||
//internal final class InternalClass defined in rendererTest
|
||||
@@ -66,4 +66,4 @@ public interface TwoUpperBounds<T> where T : Number, T : Any
|
||||
//<reified A> defined in rendererTest.WithReified
|
||||
//<reified out B> defined in rendererTest.WithReified
|
||||
//public interface TwoUpperBounds<T : kotlin.Number> where T : kotlin.Any defined in rendererTest
|
||||
//<T : kotlin.Number & kotlin.Any> defined in rendererTest.TwoUpperBounds
|
||||
//<T : kotlin.Number & kotlin.Any> defined in rendererTest.TwoUpperBounds
|
||||
+1
-1
@@ -35,4 +35,4 @@ fun <P> funTypeParameterWithTwoUpperBounds() where P : Foo, P : Bar = 17
|
||||
//public interface Bar defined in rendererTest
|
||||
//public fun <P : rendererTest.Foo> funTypeParameterWithTwoUpperBounds(): kotlin.Int where P : rendererTest.Bar defined in rendererTest
|
||||
//<P : rendererTest.Foo & rendererTest.Bar> defined in rendererTest.funTypeParameterWithTwoUpperBounds
|
||||
//kotlin.Deprecated public fun deprecatedFun(): kotlin.Unit defined in rendererTest
|
||||
//@kotlin.Deprecated public fun deprecatedFun(): kotlin.Unit defined in rendererTest
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ get() {}
|
||||
//private var private: kotlin.Int defined in rendererTest
|
||||
//public val kotlin.Int.ext: kotlin.Int defined in rendererTest
|
||||
//public fun kotlin.Int.<get-ext>(): kotlin.Int defined in rendererTest
|
||||
//kotlin.Deprecated public val deprecatedVal: kotlin.Int defined in rendererTest
|
||||
//@kotlin.Deprecated public val deprecatedVal: kotlin.Int defined in rendererTest
|
||||
//public val <T : kotlin.CharSequence> T.extWithTwoUpperBounds: kotlin.Int where T : kotlin.Number defined in rendererTest
|
||||
//<T : kotlin.CharSequence & kotlin.Number> defined in rendererTest.extWithTwoUpperBounds
|
||||
//public fun T.<get-extWithTwoUpperBounds>(): kotlin.Int defined in rendererTest
|
||||
|
||||
+2
-2
@@ -17,10 +17,10 @@ val AS_SAFE = 1
|
||||
val NOT_IN = 2
|
||||
val NOT_IS = 3
|
||||
|
||||
//kotlin.annotation.annotation public final class `true` : kotlin.Annotation defined in root package
|
||||
//@kotlin.annotation.annotation public final class `true` : kotlin.Annotation defined in root package
|
||||
//public constructor `true`() defined in `true`
|
||||
//public val `val`: kotlin.Int defined in root package
|
||||
//`true` public interface `interface` defined in root package
|
||||
//@`true` public interface `interface` defined in root package
|
||||
//public final class `class`<`in`> defined in root package
|
||||
//<`in`> defined in `class`
|
||||
//public constructor `class`<`in`>(p: `in`?) defined in `class`
|
||||
|
||||
Reference in New Issue
Block a user