aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs166/pr288635/TestClass.java
blob: e4623c23aa31d9620c90673690f3f1c1dbae1cee (plain)
1
2
3
4
5
6
7
8
public class TestClass {

	public static void main(String[] args) {
		TestClass tc = new TestClass();
		tc.doAnother();
	}
	
}