Skip to content

Commit 5d2121a

Browse files
fixup pattern place
1 parent 80e8bcb commit 5d2121a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ICSharpCode.Decompiler/CSharp/Syntax/Expressions/ArrayInitializerExpression.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace ICSharpCode.Decompiler.CSharp.Syntax
3131
/// <summary>
3232
/// { Elements }
3333
/// </summary>
34-
[DecompilerAstNode(hasNullNode: true)]
34+
[DecompilerAstNode(hasNullNode: true, hasPatternPlaceholder: true)]
3535
public partial class ArrayInitializerExpression : Expression
3636
{
3737
/// <summary>

0 commit comments

Comments
 (0)