Pull Up/Push Down/Extract Super: Support references to Java-declared superinterfaces
This commit is contained in:
+6
-1
@@ -1,3 +1,8 @@
|
||||
interface I extends Z, X {
|
||||
interface I extends Z, X, J {
|
||||
|
||||
}
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
interface J {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user