DescriptorRenderer to render annotations for all types + separate option to render annotation arguments + use it in IdeDescriptorRenderers
This commit is contained in:
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
@ann() public fun bar(): kotlin.Int
|
||||
@ann() public fun foo(): kotlin.Int
|
||||
@ann public fun bar(): kotlin.Int
|
||||
@ann public fun foo(): kotlin.Int
|
||||
|
||||
public final annotation class ann : kotlin.Annotation {
|
||||
public constructor ann(/*0*/ x: kotlin.Int)
|
||||
|
||||
Reference in New Issue
Block a user