mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 17:07:05 +07:00
testdata for IDEA-67808
This commit is contained in:
+10
@@ -426,4 +426,14 @@ class NotDefinitelyUnassigned {
|
||||
}
|
||||
<error descr="Variable 'i' might already have been assigned to">i</error> = 1;
|
||||
}
|
||||
}
|
||||
|
||||
class ClassInitializerConstantEval {
|
||||
{
|
||||
final int x;
|
||||
if(false){
|
||||
x = 1;
|
||||
<error descr="Variable 'x' might already have been assigned to">x</error> = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user