[Mono-bugs] [Bug 685916] New: [Flow-analysis] Missing CS1060

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 7 11:22:19 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=685916#c0


           Summary: [Flow-analysis] Missing CS1060
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


public class U
    {
        public int i;
    }

    public struct S
    {
        public U u;
    }

    public class Test
    {
        static void Main()
        {
            S s;
            s.u.i = 5;  // CS1060
        }
    }

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


More information about the mono-bugs mailing list