IDEA-154336 Missing space after completed @annotation

This commit is contained in:
peter
2016-05-02 08:58:57 +02:00
parent e437ec5142
commit b7f5f72066
4 changed files with 15 additions and 2 deletions
@@ -0,0 +1,6 @@
@interface AbcdAnno {}
class Foo {
void foo(@Abc<caret>Foo.Bar f) {}
static class Bar{}
}