mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
correct level in highlighting:
highlight element X only when visiting X or its ascendant
This commit is contained in:
-9
@@ -1,9 +0,0 @@
|
||||
// "Implement Methods" "true"
|
||||
class c {
|
||||
void foo() {
|
||||
new I<String>(<caret>
|
||||
}
|
||||
}
|
||||
interface I<T> {
|
||||
foo(T t);
|
||||
}
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
// "Make 'victim' return 'boolean'" "true"
|
||||
import java.util.*;
|
||||
|
||||
public class External {
|
||||
void m1() {
|
||||
if (new Out().victim(null)) {
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
// "Make 'victim' return 'boolean'" "true"
|
||||
import java.util.*;
|
||||
|
||||
public class External {
|
||||
void m1() {
|
||||
if (new Out().<caret>victim(null)) {
|
||||
|
||||
Reference in New Issue
Block a user