mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-20 09:12:31 +07:00
185284cee6
GitOrigin-RevId: 9aac8ee4ed1ebf2a29de18a238825fafb1ab88f9
7 lines
98 B
Java
7 lines
98 B
Java
// "Add method body" "true"
|
|
|
|
interface Some {
|
|
public static void m() {
|
|
<caret>
|
|
}
|
|
} |