mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-109171 Code completion is suggesting to implement a class
This commit is contained in:
+2
-4
@@ -1,8 +1,6 @@
|
||||
interface FooIntf {}
|
||||
class FooClass {}
|
||||
class Foo {}
|
||||
|
||||
class Goo implements Foo<caret> {
|
||||
int boo() {}
|
||||
int doo() {}
|
||||
int foo() {}
|
||||
class Goo implements Fo<caret> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user