mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 04:36:59 +07:00
8 lines
104 B
Java
8 lines
104 B
Java
public class A {
|
|
static void logMethod() {
|
|
A.lo<caret>
|
|
}
|
|
|
|
static void anotherLogMethod() {}
|
|
}
|