Generating annotations in correct order for methods with synthetic parameters.
#KT-4050 fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public class kt4050 {
|
||||
public static void main(String[] args) {
|
||||
MyEnum.ENTRY.getOrd();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user