mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user