DescriptorRenderer to render annotations for all types + separate option to render annotation arguments + use it in IdeDescriptorRenderers
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
package
|
||||
|
||||
@java.lang.Deprecated() public fun a(): kotlin.Unit
|
||||
@java.util.ArrayList<kotlin.Int>() public fun b(): kotlin.Unit
|
||||
@[ERROR : Xoo]() /* annotation class not found */ public fun c(): kotlin.Unit
|
||||
@java.lang.Deprecated public fun a(): kotlin.Unit
|
||||
@java.util.ArrayList<kotlin.Int> public fun b(): kotlin.Unit
|
||||
@[ERROR : Xoo] /* annotation class not found */ public fun c(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user