mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
DescriptorRenderer to render annotations for all types + separate option to render annotation arguments + use it in IdeDescriptorRenderers
This commit is contained in:
@@ -3,7 +3,7 @@ package test
|
||||
public final enum class AnnotatedEnumEntry : kotlin.Enum<test.AnnotatedEnumEntry!> {
|
||||
@test.AnnotatedEnumEntry.Anno(value = "a") enum entry E1
|
||||
|
||||
@test.AnnotatedEnumEntry.Anno(value = "b") @test.AnnotatedEnumEntry.Anno2() enum entry E2
|
||||
@test.AnnotatedEnumEntry.Anno(value = "b") @test.AnnotatedEnumEntry.Anno2 enum entry E2
|
||||
|
||||
enum entry E3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user