mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
Inlay hints: do not chop list in presence of comments: IDEA-218083
GitOrigin-RevId: e442ad27055bb59888f2173150ac95de75b7f87b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3d3c719d7a
commit
5652d26604
+8
@@ -0,0 +1,8 @@
|
||||
// "Put arguments on separate lines" "false"
|
||||
|
||||
class A {
|
||||
void foo(String s, String s1) {
|
||||
foo("a", // !!!<caret>
|
||||
"b");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user