Show all Kotlin annotations when browsing hierarchy of "java.lang.Annotation"
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<node text="Annotation (java.lang.annotation)" base="true">
|
||||
<node text="MyAnno (a)"/>
|
||||
<node text="MyAnno2 (a)"/>
|
||||
</node>
|
||||
@@ -0,0 +1,7 @@
|
||||
// BASE_CLASS: java.lang.annotation.Annotation
|
||||
|
||||
package a;
|
||||
|
||||
annotation class MyAnno
|
||||
|
||||
annotation class MyAnno2
|
||||
Reference in New Issue
Block a user