package p;

public class Foo {
	
	void foo() { // <- create indirection in Bar.
	}
}
