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