Minor, add test on Java enum with specialized entry
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
public enum JavaEnum {
|
||||
ENTRY,
|
||||
ANOTHER;
|
||||
}
|
||||
Reference in New Issue
Block a user