in this example of code ReSharper will highlight Bar with "Type name expected" error, however Visual Studio compiles it fine
Description
using BarNamespace;
namespace Foo.Bar
{
public class C : Bar
{
}
}
in this example of code ReSharper will highlight Bar with "Type name expected" error, however Visual Studio compiles it fine