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:
committed by
Ilya Kirillov
parent
2fdedf8251
commit
a58e0803fb
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user