DescriptorRenderer to render annotations for all types + separate option to render annotation arguments + use it in IdeDescriptorRenderers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
@kotlin.jvm.JvmOverloads() public fun one(/*0*/ kotlin.Int = ...): kotlin.Unit
|
||||
@kotlin.jvm.JvmOverloads public fun one(/*0*/ kotlin.Int = ...): kotlin.Unit
|
||||
|
||||
public final class E1 : kotlin.Exception /* = java.lang.Exception */ {
|
||||
public constructor E1()
|
||||
|
||||
Reference in New Issue
Block a user