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