aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/bug274558depending/base/src/r/DeclaresITD.aj
blob: a5bf054d55c2926a25dcc0cd5f53411ffa873fcd (plain)
1
2
3
4
5
6
7
8
9
10
package r;

public aspect DeclaresITD {

	public int InterfaceForITD.x = 9;
	
	public void InterfaceForITD.nothing(int x, int y, int z) {
		
	}
}