correct level in highlighting:

highlight element X only when visiting X or its ascendant
This commit is contained in:
Alexey Kudravtsev
2014-02-10 20:03:58 +04:00
parent e0792ea2f7
commit ad661d92e4
33 changed files with 598 additions and 314 deletions
@@ -28,6 +28,7 @@ public class a {
}
abstract class c1 {
abstract public void f1(int i);
Object o = new c1[0];
}
interface ii {