mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
safe delete: do not insert additional extends item if already present (IDEA-106144)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
nterface Foo {}
|
||||
interface Ba<caret>r extends Foo {}
|
||||
class FooBarImpl implements Foo, Bar {}
|
||||
@@ -0,0 +1,3 @@
|
||||
nterface Foo {}
|
||||
|
||||
class FooBarImpl implements Foo {}
|
||||
Reference in New Issue
Block a user