suggest primitive types in generics (IDEA-92940)

This commit is contained in:
peter
2012-10-15 17:14:26 +02:00
parent 0b2251c6f8
commit 18a6cf6a1b
4 changed files with 27 additions and 3 deletions
@@ -0,0 +1,7 @@
import java.lang.Object;
public class Util {
int goo() {
Pair<Object, <caret>>
}
}