IDEA-99271 Completion does not suggest class constant of array

This commit is contained in:
peter
2013-01-18 18:21:21 +01:00
parent f87320f206
commit 0510bbd398
3 changed files with 17 additions and 8 deletions
@@ -0,0 +1,5 @@
public class Util {
int goo() {
String[].<caret>x
}
}