package p;

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