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