ULC: output update (annotation on enum entry)

Input has `// CHECK_BY_JAVA_FILE`
and thus ULC output as .java file should be updated too
when input was changed to add annotation on enum entry
(at commit c5916e1d)
Tested by UltraLightClassLoadingTestGenerated in IntelliJ
This commit is contained in:
Jinseong Jeon
2022-09-23 00:09:03 -07:00
committed by Ilya Kirillov
parent 2fdedf8251
commit a58e0803fb
+1 -1
View File
@@ -3,7 +3,7 @@ public abstract @interface Some /* Some*/ {
} }
public enum Direction /* Direction*/ { public enum Direction /* Direction*/ {
NORTH, @Some() NORTH,
SOUTH, SOUTH,
WEST, WEST,
EAST; EAST;