mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
IDEA-154336 Missing space after completed @annotation
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
@interface AbcdAnno {}
|
||||
|
||||
class Foo {
|
||||
void foo(@Abc<caret>Foo.Bar f) {}
|
||||
static class Bar{}
|
||||
}
|
||||
Reference in New Issue
Block a user