Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Dmitry Lomov 
Subsystem
PSI - Resolve 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
253
  • Submitted by   Eugene Pasynkov
    3 years ago (06 Aug 2006 17:37)
  • Updated by Eugene Pasynkov
    3 years ago (09 Sep 2006 13:33)
  • Jira: RSRP-25376
    (history, comments)

RSRP-25376

Bug in resolve

0
class ServiceCreator<T> {}

interface I
{
  void Publish<T>(T serviceInstance) where T : class;
  void Publish<T>(ServiceCreator<T> serviceCreator) where T : class;  
}

interface ISampleService {}

class C
{
  public void Foo (I i)
  {
    i.Publish<ISampleService> (null);
  }
}


see highlighting test RedundantCast25

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments