blob: a370e4fe9c48571b327ec36378812f0cb0c3f063 [file]
public enum AnnotatedParameterInEnumConstructor {
A;
private AnnotatedParameterInEnumConstructor(@test.Anno(x = "a") java.lang.String a, @test.Anno(x = "b") java.lang.String b) { /* compiled code */ }
}