IDEA-118988 completion could add 'value=' in annotation

This commit is contained in:
peter
2014-02-25 14:38:25 +01:00
parent 30a899f729
commit 0ecb335d3a
4 changed files with 36 additions and 2 deletions
@@ -0,0 +1,8 @@
@interface Anno {
String value();
String bar();
String goo();
}
@Anno("a", <caret>)
class Foo {}