Do not generate annotations of method parameters on its $default synthetic method
#KT-7892 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// KT-7892 Parameter with default value in enum's constructor breaks Java compilation
|
||||
|
||||
package test;
|
||||
|
||||
public class DefaultArgumentInEnumConstructor {
|
||||
static K entry = K.ENTRY;
|
||||
}
|
||||
Reference in New Issue
Block a user