https://bugzilla.novell.com/show_bug.cgi?id=483234

User [email protected] added comment
https://bugzilla.novell.com/show_bug.cgi?id=483234#c2


Marek Safar <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Version|2.2.x                       |SVN
            Summary|gmcs allows bad code when   |[FlowAnalysis] bad code
                   |using automatic properties  |when using structs with
                   |with structs                |properties (CS0171)




--- Comment #2 from Marek Safar <[email protected]>  2009-03-11 08:45:14 MST ---

public struct Tuple
{
    public Tuple(int first)
    {
        First = true;
    }

    bool First { set {} }

    int i;
}

Actual: No error reported
Expected: CS0171

-- 
Configure bugmail: https://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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to