mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-13 00:53:54 +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");
|
|
}
|
|
} |