mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
ensure language level is retrieved from analyzed method when method hierarchy is processed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
package p;
|
||||
|
||||
class C extends B {}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
package p;
|
||||
|
||||
public class B extends A {
|
||||
protected java.util.List<String> get() {return null;}
|
||||
}
|
||||
|
||||
class A {
|
||||
protected java.util.List<String> get() {return null;}
|
||||
}
|
||||
Reference in New Issue
Block a user