mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
surround with array fix: disable for non-denotable types (IDEA-173797)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Surround with array initialization" "false"
|
||||
class A {
|
||||
void m1(String[] s,
|
||||
String[] s2,
|
||||
String[] s3) {}
|
||||
{
|
||||
m1( <caret>null, null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user