[Mono-bugs] [Bug 331640] New: [3.0] var is not context sensitive

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Oct 7 11:04:26 EDT 2007


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

           Summary: [3.0] var is not context sensitive
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: ASSIGNED
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


using System;

class X
{
        int var;

        public X (int var, int i)
        {
                var = i;
        }

        static void Main ()
        {
        }
}

No error expected.


-- 
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