mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
wording: warn about self references instead of "forward" ones
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ public class a {
|
||||
int k = 1 + <error descr="Illegal forward reference">ki</error>;
|
||||
int ki;
|
||||
|
||||
final int fi5 = <error descr="Illegal forward reference">fi5</error> + 1;
|
||||
final int fi5 = <error descr="Illegal self reference">fi5</error> + 1;
|
||||
}
|
||||
|
||||
class a1 {
|
||||
|
||||
Reference in New Issue
Block a user