IDEA-89114 Unsuitable completion proposals in annotation attribute value

This commit is contained in:
peter
2012-07-23 15:45:32 +02:00
parent 112fa67418
commit 65643aa190
3 changed files with 24 additions and 3 deletions
@@ -0,0 +1,3 @@
public class Util {
@Foo(val=<caret>) void foo(String[] args) { }
}