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