IDEA-60581 Statement keywords presented when completing inside Java for loop

This commit is contained in:
peter
2017-07-17 14:14:22 +02:00
parent b48b6362ab
commit 64c770a1f6
4 changed files with 21 additions and 1 deletions
@@ -0,0 +1,5 @@
public class Class2 {
void foo() {
for (int i = 1; <caret>)
}
}