mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
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() {
|
|
}
|
|
}
|