Reporter | Olga Lobacheva (olka) |
---|---|
Created | Feb 7, 2011 6:19:27 PM |
Updated | Jan 16, 2012 4:38:37 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper shows me popup with suggestion to import namespace 'MyNamespace'. But what the reason?
using System; namespace MyNamespace { public class B<T> { } } public struct B<T> { public void Foo() { B{caret} x = null; } }