mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 05:21:29 +07:00
[java-highlighting] IDEA-263473 'Fix all' action for (at least some) compilation errors (initial support for several actions)
GitOrigin-RevId: 9462a17952f9d97eefbf27058ac36ff7b9902df6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
97feb54751
commit
a0b14b0e24
@@ -0,0 +1,18 @@
|
||||
// "Apply all 'Make not abstract' fixes in file" "true"
|
||||
public interface InterfaceToClass {
|
||||
void foo() {
|
||||
|
||||
}
|
||||
|
||||
static void bar() {
|
||||
class Qux {
|
||||
<caret>abstract static void qux() {}
|
||||
abstract static void qux1() {}
|
||||
abstract static void qux2() {}
|
||||
abstract static void qux3() {}
|
||||
}
|
||||
}
|
||||
|
||||
void baz() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user