mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-82427 Code Completion produces bad code inside if brackets
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
{
|
||||
Assert.<caret>
|
||||
if (Assert.<caret>)
|
||||
}
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
import bar.Assert;
|
||||
|
||||
class Foo {
|
||||
{
|
||||
if (Assert.bar()<caret>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user