mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
and skip JavaErrorQuickFixProvider for non-Java elements GitOrigin-RevId: 2fb2b6321c1a087d53bf52509f1513859ac4faf8
6 lines
101 B
Java
6 lines
101 B
Java
// "Insert ';'" "true-preview"
|
|
class X {
|
|
void test() {
|
|
System.out.println("Hello")<caret>
|
|
}
|
|
} |