blob: 993c6e0ce85d268a2424ae9eb7a5986a16aff099 [file]
package javahints;
public enum TestShortErrorsMethodInvocation2 {
A,
B;
private TestShortErrorsMethodInvocation2(String c) {}
}