summaryrefslogtreecommitdiffstats
path: root/tests/bugs1810/490315/SomeEnum.java
blob: 1ec35b7b6ee64707e6f3be7a3dc3af2df70f9a2b (plain)
1
2
3
4
5
package test;

public enum SomeEnum {
    R;
}