[java-inspections] More preview tests

GitOrigin-RevId: 571a82f66623887c1b5008963df842b2597c58c9
This commit is contained in:
Tagir Valeev
2022-07-25 18:16:05 +02:00
committed by intellij-monorepo-bot
parent 310086eaa9
commit 8560c6a5d1
340 changed files with 340 additions and 340 deletions

View File

@@ -1,4 +1,4 @@
// "Replace 'switch' with 'if'" "true"
// "Replace 'switch' with 'if'" "true-preview"
class Test {
void foo(float f) {
switch (f<caret>) {