mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
[java-completion] Complete statement: keep comments when fixing 'if' condition (IDEA-153023)
GitOrigin-RevId: f6bdbd611adb8105fa8ee6a6bb4621fc38800643
This commit is contained in:
committed by
intellij-monorepo-bot
parent
42b05fea59
commit
c62e2b7740
@@ -0,0 +1,7 @@
|
||||
|
||||
class A {
|
||||
void foo() {
|
||||
if (<caret>/**/) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user