mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 00:50:53 +07:00
10 lines
106 B
Java
10 lines
106 B
Java
public class Test {
|
|
|
|
void test(){
|
|
foo(5, 10);
|
|
}
|
|
|
|
void <caret>foo(int x, int y){
|
|
}
|
|
}
|