[Mono-bugs] [Bug 545047] New: Missing CS0120 for automatically generated properties

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 7 12:46:48 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=545047


           Summary: Missing CS0120 for automatically generated properties
    Classification: Mono
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


public class Test
{
    public void Foo ()
    {
    }
}

public class MainClass
{
    public Test Test {
        get;
        set;
    }

    public static void Main (string[] args)
    {
        Test.Foo ();
    }
}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list