mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-31 11:20:55 +07:00
13 lines
144 B
Java
13 lines
144 B
Java
public class Aaa {
|
|
String ggetAaa() {
|
|
|
|
}
|
|
|
|
void foo(int a, Object b) {
|
|
|
|
}
|
|
|
|
void save() {
|
|
foo(239, gg<caret>);
|
|
}
|
|
} |