mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 03:51:12 +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>);
|
|
}
|
|
} |