mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
unrelated defaults: correct type if super classes come from different jdks (both 1.8 but of different versions)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package p;
|
||||
interface I {
|
||||
default void foo();
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package p;
|
||||
|
||||
public abstract class A implements I {}
|
||||
Reference in New Issue
Block a user