[java] adds PsiModifierList.hasModifierProperty() augmentation point (IDEA-153706)

This commit is contained in:
Roman Shevchenko
2016-04-08 10:36:41 +02:00
parent 17292ad970
commit 3c6b40759b
4 changed files with 89 additions and 31 deletions
@@ -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>++;
}
}