mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-18 14:04:07 +07:00
6 lines
106 B
Java
6 lines
106 B
Java
// "f false" "true"
|
|
public class Test {
|
|
void foo(<caret>){}
|
|
void bar(){foo();}
|
|
void bar1(){foo();}
|
|
} |