[java-completion] Complete statement: keep comments when fixing 'if' condition (IDEA-153023)

GitOrigin-RevId: f6bdbd611adb8105fa8ee6a6bb4621fc38800643
This commit is contained in:
Tagir Valeev
2022-04-20 13:08:08 +02:00
committed by intellij-monorepo-bot
parent 42b05fea59
commit c62e2b7740
4 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
class A {
void foo() {
if(/**/<caret>
}
}