The following line produces a SA1010 warning claiming that the open square bracket should not be preceded by a space: ```cs protected static readonly string[] DefaultMetadataPaths = [MetadataPath, WdkMetadataPath]; ``` This is using 1.2.0.507.