mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-22 04:45:29 +07:00
GitOrigin-RevId: e836468e05db28157713e9edd3c70382f8ecdebc
7 lines
98 B
Java
7 lines
98 B
Java
// "Add method body" "true"
|
|
|
|
interface Some {
|
|
public static void m() {
|
|
<caret>
|
|
}
|
|
} |