blob: 1d573627a5c5119fabd07269adb42091ad840137 [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();
}
}