safe delete: do not insert additional extends item if already present (IDEA-106144)

This commit is contained in:
anna
2013-04-24 20:52:41 +02:00
parent 2925825f9c
commit b7eff52b83
4 changed files with 16 additions and 1 deletions
@@ -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 {}