mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 19:24:40 +07:00
GitOrigin-RevId: 9462a17952f9d97eefbf27058ac36ff7b9902df6
19 lines
338 B
Java
19 lines
338 B
Java
// "Apply all 'Delete method body' fixes in file" "true"
|
|
public interface InterfaceToClass {
|
|
<caret>void foo() {
|
|
|
|
}
|
|
|
|
static void bar() {
|
|
class Qux {
|
|
abstract static void qux() {}
|
|
abstract static void qux1() {}
|
|
abstract static void qux2() {}
|
|
abstract static void qux3() {}
|
|
}
|
|
}
|
|
|
|
void baz() {
|
|
}
|
|
}
|