Render decompiled annotations on enum entries
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package test
|
||||
|
||||
public final enum class AnnotatedEnumEntry private constructor() : kotlin.Enum<test.AnnotatedEnumEntry> {
|
||||
Entry1,
|
||||
|
||||
@dependency.A @dependency.B Entry2,
|
||||
|
||||
@dependency.A Entry3;
|
||||
}
|
||||
Reference in New Issue
Block a user