[java-completion] IJ-CR-118435 IDEA-335904 Completion in enhanced switch for enum

- fix tests

GitOrigin-RevId: 3aca2ccbd6b0fd15a8510174b7a23b19e6efc971
This commit is contained in:
Mikhail Pyltsin
2023-11-03 11:40:55 +01:00
committed by intellij-monorepo-bot
parent 19eded43f9
commit 58bd5a802a
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ class Main {
break;
default:
break;
case null, deaful<caret>
case null, defaul<caret>
}
}
}

View File

@@ -7,7 +7,7 @@ class Main {
break;
default:
break;
case null, deaful<caret>
case null, defaul<caret>
}
}
}