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
+3
-3
@@ -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;
|
||||||
@@ -72,7 +72,7 @@ public enum ProtocolState /* ProtocolState*/ {
|
|||||||
|
|
||||||
class WAITING ...
|
class WAITING ...
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final class WAITING /* ProtocolState.WAITING*/ extends ProtocolState {
|
public static final class WAITING /* ProtocolState.WAITING*/ extends ProtocolState {
|
||||||
WAITING();// .ctor()
|
WAITING();// .ctor()
|
||||||
@@ -122,7 +122,7 @@ public enum IntArithmetics /* IntArithmetics*/ implements java.util.function.Bin
|
|||||||
|
|
||||||
class TIMES ...
|
class TIMES ...
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final class PLUS /* IntArithmetics.PLUS*/ extends IntArithmetics {
|
public static final class PLUS /* IntArithmetics.PLUS*/ extends IntArithmetics {
|
||||||
PLUS();// .ctor()
|
PLUS();// .ctor()
|
||||||
|
|||||||
Reference in New Issue
Block a user