mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 06:51:01 +07:00
and skip JavaErrorQuickFixProvider for non-Java elements GitOrigin-RevId: 2fb2b6321c1a087d53bf52509f1513859ac4faf8
9 lines
152 B
Java
9 lines
152 B
Java
// "Apply all 'Insert ';'' fixes in file" "true"
|
|
class X {
|
|
String one = "1"
|
|
String two
|
|
void test() {
|
|
String s<caret>
|
|
String t = "t";
|
|
}
|
|
} |