mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-11 17:11:25 +07:00
13 lines
151 B
Java
13 lines
151 B
Java
public class Aaa {
|
|
String ggetAaa() {
|
|
|
|
}
|
|
|
|
void foo(int a, Object b) {
|
|
|
|
}
|
|
|
|
void save() {
|
|
foo(239, ggetAaa()<caret>);
|
|
}
|
|
} |