aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs166/pr284862/AnnotatedMethodInterface.java
blob: c2d135e8dbe36324725db9f4de39fa611b077c05 (plain)
1
2
3
4
5
6
public interface AnnotatedMethodInterface {

	@PresentAnnotation
	public String getSomething();
}