mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
[java] adds PsiModifierList.hasModifierProperty() augmentation point (IDEA-153706)
This commit is contained in:
@@ -21,5 +21,8 @@ class Test {
|
||||
for (val v : a) {
|
||||
String vStr = v;
|
||||
}
|
||||
|
||||
val x = 0;
|
||||
<error descr="Cannot assign a value to final variable 'x'">x</error>++;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user