mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-09 12:04:28 +08:00
test updates to make sure Enums are handled consistently.
This commit is contained in:
@@ -20,4 +20,7 @@ public enum MyEnumField {
|
||||
public Integer getIntVal() {
|
||||
return intVal;
|
||||
}
|
||||
public String toString(){
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user