Reporter | Mauricio Scheffer (mausch1249231455740) |
---|---|
Created | Feb 7, 2012 3:18:47 AM |
Updated | Mar 1, 2012 8:36:57 PM |
Priority | Critical |
Type | Bug |
Fix versions | Next |
State | Submitted |
Assignee | Olga Lobacheva (olka) |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
ReSharper 6.1.42.60 incorrectly reports suggestion 'type argument specification is redundant' in this line : https://github.com/mausch/Fuchu/blob/42a9f0f5c022fff619f3b498012f65ae885d4387/Fuchu.CSharpTests/Program.cs#L11 (the type argument being MemoryStream) . The C# 4 compiler does not infer the type in this situation.