mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-25 06:01:39 +07:00
21cc3d6654
GitOrigin-RevId: 3492248e09aa19e702597165d9cc6c33ffd33285
7 lines
98 B
Java
7 lines
98 B
Java
// "Add method body" "true"
|
|
|
|
interface Some {
|
|
public static void m() {
|
|
<caret>
|
|
}
|
|
} |