KT-3561 Bad RuntimeInvisibleParameterAnnotations on attempt to annotate enum constructor hidden parametrs - name and ordinal

This commit is contained in:
Mikhael Bogdanov
2013-04-30 18:37:38 +04:00
parent a9638d9fa4
commit e72b177adc
4 changed files with 21 additions and 0 deletions
@@ -0,0 +1,7 @@
package test;
public class kt3561 {
public MyEnum getEntryName() {
return MyEnum.OK;
}
}