mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-31 11:47:24 +07:00
10 lines
118 B
Java
10 lines
118 B
Java
class A{
|
|
private void foo(String s){}
|
|
public void foo(Object o){}
|
|
}
|
|
|
|
class B{
|
|
{
|
|
new A().<ref>foo("a");
|
|
}
|
|
} |