summaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr132926/AffectedType.java
blob: 41551645fbd44fec2186bffaa33185aa62d2dc47 (plain)
1
2
3
4
5
6
7
8
9
10
public class AffectedType {

	public static void main(String[] args) {
		
	}
}

aspect X {
	declare @type: AffectedType: @InputAnnotation;
}