KT-21698 Create interface shouldn't suggest to declare it inside a class which implements it
This commit is contained in:
committed by
Dmitry Jemerov
parent
1deed28464
commit
411feab9ae
+7
@@ -0,0 +1,7 @@
|
||||
// "Create interface 'A'" "true"
|
||||
package p
|
||||
|
||||
// TARGET_PARENT:
|
||||
class Foo: <caret>A {
|
||||
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
// "Create interface 'A'" "true"
|
||||
package p
|
||||
|
||||
// TARGET_PARENT:
|
||||
class Foo: A {
|
||||
|
||||
}
|
||||
|
||||
interface A {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user