suggest class names in foreach with missing type (IDEA-74350)

This commit is contained in:
peter
2011-09-15 20:02:35 +02:00
parent a9458eabd6
commit 330016badf
6 changed files with 31 additions and 1 deletions
@@ -0,0 +1,6 @@
public class Zoo2 {
{
for (Stri<caret> : dir.getChildren())
}
}