Same setup as https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3503. ```cs // ⚠ SA1012 Opening brace should be preceded by a space // ↓ if (new[] { "a" } is [{ Length: 1 }]) { } ```
Same setup as #3503.