mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 04:36:59 +07:00
14 lines
159 B
Java
14 lines
159 B
Java
public class A {
|
|
static void f() {
|
|
A a = new A().lo<caret>;
|
|
}
|
|
|
|
A logMethod() {
|
|
return null;
|
|
}
|
|
|
|
A anotherLogMethod() {
|
|
return null;
|
|
}
|
|
}
|