hide iterate intention for non expression statements (IDEA-83625)

This commit is contained in:
anna
2012-03-28 16:37:48 +02:00
parent 525863ef9a
commit b68e03ec53
2 changed files with 9 additions and 1 deletions
@@ -0,0 +1,6 @@
// "Iterate" "false"
class Test {
void foo() {
final Annotation[] annotations = getClass().getAnnotat<caret>ions();
}
}