DescriptorRenderer to render annotations for all types + separate option to render annotation arguments + use it in IdeDescriptorRenderers
This commit is contained in:
Vendored
+1
-1
@@ -5,6 +5,6 @@ public final annotation class Anno : kotlin.Annotation {
|
||||
}
|
||||
|
||||
public interface Trait {
|
||||
@test.Anno() public abstract val property: kotlin.Int
|
||||
@test.Anno public abstract val property: kotlin.Int
|
||||
public abstract fun <get-property>(): kotlin.Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user