IDEA-175869 No "int" completion in a for loop

This commit is contained in:
peter
2017-07-17 14:14:22 +02:00
parent a483dca82e
commit 932474e0d5
4 changed files with 9 additions and 4 deletions
@@ -0,0 +1,5 @@
public class Class2 {
void foo() {
for (in<caret>t i)
}
}