mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
DescriptorRenderer to render annotations for all types + separate option to render annotation arguments + use it in IdeDescriptorRenderers
This commit is contained in:
@@ -20,6 +20,6 @@ public final class A {
|
||||
}
|
||||
}
|
||||
|
||||
@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