mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
IDEA-26138 Import hint while typing: be more smart in "extends" - context
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface Foo_Intf {}
|
||||
class FooClass {}
|
||||
|
||||
class Goo extends Foo<caret> {
|
||||
int boo() {}
|
||||
int doo() {}
|
||||
int foo() {}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
interface FooIntf {}
|
||||
class FooClass {}
|
||||
|
||||
class Goo implements Foo<caret> {
|
||||
int boo() {}
|
||||
int doo() {}
|
||||
int foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user