mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-98283 Wrong code completion within annotations
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
String name();
|
||||
}
|
||||
|
||||
@Column<caret>
|
||||
@Column(<caret>)
|
||||
@interface Annotation {
|
||||
|
||||
}
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
String name();
|
||||
}
|
||||
|
||||
Colu<caret>
|
||||
@Colu<caret>
|
||||
@interface Annotation {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user