mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
correct level in highlighting:
highlight element X only when visiting X or its ascendant
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ class a {
|
||||
for (Object oi: (Iterable)o) {}
|
||||
|
||||
|
||||
for (<error descr="Incompatible types. Found: 'double', required: 'int'">int i:db</error>) {
|
||||
for (int i:db) {
|
||||
for (<error descr="Incompatible types. Found: 'java.lang.Object', required: 'int'">int p: list</error>) {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user