blob: daeaf0b7307b90ac9dc6a15760b4dab2f3e849e7 [file] [log] [blame]
package p0;
public class Foo {
// test visibility adjustment of intermediary type
// because of existing references
public void bar() { // <- create im in Bar.
}
{
Bar.bar(this);
}
}