mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-22 20:49:52 +07:00
6 lines
125 B
Java
6 lines
125 B
Java
class Test {
|
|
public void foo(Object anObject) {
|
|
bar(anObject.toStrin<caret>g());
|
|
}
|
|
void bar(String f){}
|
|
} |