mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-103758
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ class C {
|
||||
void m3(int p) throws Exception {
|
||||
try (MyResource r = new MyResource()) {
|
||||
r.doSomething();
|
||||
<error descr="Cannot assign a value to final variable 'r'">r = null</error>;
|
||||
<error descr="Cannot assign a value to final variable 'r'">r</error> = null;
|
||||
int <error descr="Variable 'r' is already defined in the scope">r</error> = 0;
|
||||
}
|
||||
catch (E e) {
|
||||
|
||||
Reference in New Issue
Block a user