mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-83774 Completion for anonymous class is incorrectly aligned when class is not accessible in the scope
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class A {
|
||||
{
|
||||
bar.Bar.accept(new foo.Foo() {
|
||||
});
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
{
|
||||
bar.Bar.accept(new <caret>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user