Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
264
  • Submitted by   Vladimir Reshetnikov
    3 years ago (09 Oct 2006 12:28)
  • Updated by Vladimir Reshetnikov
    2 years ago (13 Feb 2007 21:17)
  • Jira: RSRP-29532
    (history, comments)

RSRP-29532

Bad context action

0
class Stuff
{
    bool Foo()
    {
        return base.Equals(null); // Use equality operator
    }
}


class Stuff
{
    bool Foo()
    {
        return base == null; // error CS0175: Use of keyword 'base' is not valid in this context
    }
}


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