Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
5.0.1612.107  
Build
812
Fixed in build
919
  • Submitted by   Vladimir Reshetnikov
    20 months ago (31 May 2008 20:53)
  • Updated by Vladimir Reshetnikov
    18 months ago (06 Aug 2008 15:11)
  • Jira: RSRP-70642
    (history, comments)

RSRP-70642

Extension method is not resolved when invoked on a nullable type

0
interface I { }
struct A : I { }

static class P
{
    static void Foo(this I x)
    {
        A? y = null;
        y.Foo();
    }
}


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