ExternalAnnotations icon indicating copy to clipboard operation
ExternalAnnotations copied to clipboard

Annotate System.Collections.Immutable.dll

Open sirduke opened this issue 7 years ago • 0 comments

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

sirduke avatar Sep 27 '17 08:09 sirduke