summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr99125/p2/pr99125.aj
blob: 4f860c301c9cb05d3fe332e46cbd6044e7f26704 (plain)
1
2
3
4
5
6
7
8
9
10
11
package p;
public class pr99125 implements J {
	
	public static void main(String[] args) {
		new pr99125().foo();
	}
	
	public void foo() {}
	
	public void aMethod() {}
}