IDEA-84963 Disprefer annotations in autocomplete at places where they cannot be used

This commit is contained in:
peter
2012-10-25 18:32:07 +02:00
parent 6a6c159af4
commit 0385ecc58a
3 changed files with 26 additions and 1 deletions
@@ -0,0 +1,6 @@
class Foo {
@T<caret>
public static void main(String[] args) {
}
}