mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
correct level in highlighting:
highlight element X only when visiting X or its ascendant
This commit is contained in:
+1
@@ -28,6 +28,7 @@ public class a {
|
||||
}
|
||||
abstract class c1 {
|
||||
abstract public void f1(int i);
|
||||
Object o = new c1[0];
|
||||
}
|
||||
|
||||
interface ii {
|
||||
|
||||
Reference in New Issue
Block a user