DescriptorRenderer to render annotations for all types + separate option to render annotation arguments + use it in IdeDescriptorRenderers
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ package
|
||||
|
||||
@kotlin.jvm.JvmName(name = 42) public fun bar(): kotlin.Unit
|
||||
@kotlin.jvm.JvmName(name = "a") public fun baz(): kotlin.Unit
|
||||
@kotlin.jvm.JvmName() public fun foo(): kotlin.Unit
|
||||
@kotlin.jvm.JvmName public fun foo(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user