mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-20 20:37:03 +07:00
479cd22854
GitOrigin-RevId: 4ecf568f2b8ed16ec0d11a56feaf2043b244302f
7 lines
98 B
Java
7 lines
98 B
Java
// "Add method body" "true"
|
|
|
|
interface Some {
|
|
public static void m() {
|
|
<caret>
|
|
}
|
|
} |