mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
collapse hierarchy: do not push down supersuper twice
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
interface ISuper {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
class Test implements ISuper {}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
class Test1 implements ISuper {
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
interface ISuper {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
public interface Super extends ISuper{}
|
||||
+1
@@ -0,0 +1 @@
|
||||
class Test implements Super {}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
class Test1 implements Super{
|
||||
}
|
||||
Reference in New Issue
Block a user