java: cast quick-fix cosmetics (IDEA-277682)

GitOrigin-RevId: 2e9ca6999d9003e1d0d7392de6713593722238f2
This commit is contained in:
Bas Leijdekkers
2021-09-07 17:45:07 +02:00
committed by intellij-monorepo-bot
parent 6d8daf349f
commit 44f751215e
69 changed files with 76 additions and 89 deletions

View File

@@ -1,4 +1,4 @@
// "Cast 1st parameter to 'char'" "true"
// "Cast 1st argument to 'char'" "true"
class a {
private void test() {}
private void test(int i) {}