JavaElementKind methods renamed; more CommonQuickFixBundle and JavaElementKind usages

GitOrigin-RevId: 93f5b6e974986efb0de86566875d77dc821ffea5
This commit is contained in:
Tagir Valeev
2020-01-22 12:38:49 +07:00
committed by intellij-monorepo-bot
parent b927b6490d
commit 6bd95c28cc
40 changed files with 82 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
// "Delete element" "true"
// "Remove statement" "true"
class Test {
void test(String[] arr) {
}