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