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
@@ -1,9 +0,0 @@
// "Implement Methods" "true"
class c {
void foo() {
new I<String>(<caret>
}
}
interface I<T> {
foo(T t);
}
@@ -1,4 +1,6 @@
// "Make 'victim' return 'boolean'" "true"
import java.util.*;
public class External {
void m1() {
if (new Out().victim(null)) {
@@ -1,4 +1,6 @@
// "Make 'victim' return 'boolean'" "true"
import java.util.*;
public class External {
void m1() {
if (new Out().<caret>victim(null)) {