aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs/pointcutdoctor-bug193065/Bar.java
blob: 6cad1511f95c023fd9068fbb6ca20f7b66fe4d30 (plain)
1
2
3
4
5
6
public class Bar {
	public void bar() {
		Foo f = new Foo();
		f.method1();
	}
}