mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
add javadoc intention: fix for multiple field declaration IDEA-177456
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Add Javadoc" "true"
|
||||
class Foo {
|
||||
int <caret>x = 2, y = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user