blob: f8ed73d36142d4bb088b2d7ff449b70a665c092c [file] [log] [blame]
package org.apache.harmony.annotation.tests.java.lang.annotation;
public enum TestEnum1 {
Z, F, L, A, B
}