DescriptorRenderer to render annotations for all types + separate option to render annotation arguments + use it in IdeDescriptorRenderers
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ public final class Test {
|
||||
public companion object Companion {
|
||||
private constructor Companion()
|
||||
public const final val valProp: kotlin.Int
|
||||
@field:kotlin.jvm.JvmField() public final var varProp: kotlin.Int
|
||||
@field:kotlin.jvm.JvmField public final var varProp: kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user