don't suggest primitive type variants in parameter type after .

This commit is contained in:
peter
2011-03-14 20:48:18 +01:00
parent 92988aa6f1
commit 1e01efc501
3 changed files with 38 additions and 59 deletions
@@ -0,0 +1,4 @@
public class Driver {
void main(String.<caret> args) { }
}