mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
IDEA-359882 GitOrigin-RevId: f5550041a59d0b89cf1b18a3ccd8104eed0fb240
8 lines
104 B
Java
8 lines
104 B
Java
public class A {
|
|
static void logMethod() {
|
|
A.lo<caret>
|
|
}
|
|
|
|
static void anotherLogMethod() {}
|
|
}
|