aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs161/pr102733/C2.java
blob: be8724d341394a84e8470e9b4ad8e516c0cd1b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
public class C2 { 
	
	public void foo() {
		i cant be bothered to fill this in!
	}
	
	public static void main(String[]argv) {
		
	}
}