mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
JavaElementKind methods renamed; more CommonQuickFixBundle and JavaElementKind usages
GitOrigin-RevId: 93f5b6e974986efb0de86566875d77dc821ffea5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b927b6490d
commit
6bd95c28cc
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Delete element" "true"
|
||||
// "Remove expression" "true"
|
||||
class X {
|
||||
void test() {
|
||||
for (int i = 0; i < Integer.MAX_VALUE; ) {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Delete element" "true"
|
||||
// "Remove expression" "true"
|
||||
class X {
|
||||
void test() {
|
||||
for (int i = 0; i < Integer.MAX_VALUE; i<caret> *= 2) {
|
||||
|
||||
Reference in New Issue
Block a user