[mod-command] PsiUpdateContext#moveToPrevious; AddFinallyFix -> ModCommandAction

GitOrigin-RevId: 56625a1739da460bcc71712ae4ad682f2ce200c7
This commit is contained in:
Tagir Valeev
2023-05-05 16:04:18 +02:00
committed by intellij-monorepo-bot
parent 498d3de463
commit d75b5e726f
5 changed files with 119 additions and 93 deletions

View File

@@ -3,7 +3,7 @@ class Test {
void foo() {
try {
} finally {
<caret>
}
}
}