mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
@@ -3,10 +3,10 @@ package test
|
||||
public final class Some {
|
||||
/*primary*/ public constructor Some()
|
||||
|
||||
test.Some.Companion.TestAnnotation() public companion object Companion {
|
||||
@test.Some.Companion.TestAnnotation() public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
kotlin.annotation.annotation() public final class TestAnnotation : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class TestAnnotation : kotlin.Annotation {
|
||||
/*primary*/ public constructor TestAnnotation()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user