ExternalAnnotations
ExternalAnnotations copied to clipboard
Annotate System.Collections.Immutable.dll
var array = ImmutableArray.Create(75);
array.Add(1); // should warn here that return value of pure method is not used
https://youtrack.jetbrains.com/issue/RSRP-466425