suggest primitive types in parameter type position after an annotation

This commit is contained in:
peter
2012-06-19 18:41:09 +02:00
parent f714f0a44c
commit 598b68cfd9
8 changed files with 43 additions and 133 deletions
@@ -0,0 +1,7 @@
public class Util {
void foo(@NotNull <caret> a) {
}
}