mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
correct level in highlighting:
highlight element X only when visiting X or its ascendant
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ class m {
|
||||
int r = 0;
|
||||
new Runnable() {
|
||||
public void run() {
|
||||
int k = <error descr="Variable 'r' is accessed from within inner class. Needs to be declared final.">r</error>;
|
||||
int k = <error descr="Variable 'r' is accessed from within inner class, needs to be declared final">r</error>;
|
||||
int ii = i;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user