Files
Tagir Valeev c62e2b7740 [java-completion] Complete statement: keep comments when fixing 'if' condition (IDEA-153023)
GitOrigin-RevId: f6bdbd611adb8105fa8ee6a6bb4621fc38800643
2022-04-21 08:05:39 +00:00

6 lines
50 B
Java

class A {
void foo() {
if(/**/<caret>
}
}