KT-3561 Bad RuntimeInvisibleParameterAnnotations on attempt to annotate enum constructor hidden parametrs - name and ordinal
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public class kt3561 {
|
||||
public MyEnum getEntryName() {
|
||||
return MyEnum.OK;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user