blob: ca069cae46d7afc480ab9573101c284a3584a707 [file] [log] [blame]
package p0;
class Foo {
// Test adjustment of target method and target type
// because of the intermediary
private void hello() { // <- create indirection in p1.Bar
}
}