Closed josefpihrt closed 1 month ago
Product and Version Used:
Steps to Reproduce:
#define FOO using System.Collections.Generic; class C { void M() { var x = new List<string>(new string[] { "", "", #if FOO "", #endif }); } }
Actual Behavior:
Expected Behavior:
fixed with #1547
Product and Version Used:
Steps to Reproduce:
Actual Behavior:
Expected Behavior: