mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 10:45:23 +08:00
support enum testing
This commit is contained in:
7
MyEnum.java
Normal file
7
MyEnum.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package org.json.junit;
|
||||
|
||||
public enum MyEnum {
|
||||
VAL1,
|
||||
VAL2,
|
||||
VAL3;
|
||||
}
|
Reference in New Issue
Block a user