mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-16 05:47:32 +07:00
JavaJoinListAction: do not suggest intention when comments exists
GitOrigin-RevId: ad790d5b4abde39deea670873eb4b34f2a01828c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a29b9f588c
commit
1783bbf417
+11
@@ -0,0 +1,11 @@
|
||||
// "Put arguments on one line" "false"
|
||||
|
||||
class A {
|
||||
void foo(int a1, int a2, int a3) {
|
||||
foo(
|
||||
12, // 12
|
||||
23,<caret>
|
||||
4
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user