blob: 816dd6d149e630b5d28815af4902aa775cb82e93 [file] [log] [blame]
public class Annotated {
void foo (@Annotation(value=77) int param) {
}
}