summaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr149908/C1.java
blob: 185afbcd3fc1573795c104cf346418b8dedc4473 (plain)
1
2
3
4
5
6
7
public class C1 {

	public void bar() {
		new C();
	}
	
}