[Mono-bugs] [Bug 341243] New: [Flow-analysis] in recursive method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 13 04:44:13 EST 2007


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

           Summary: [Flow-analysis] in recursive method
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


class C
{
        static void Foo (out int a, int b)
        {
                int x;
                Foo(out x, x); // <-- CS0165 expected
                a = x;
        }
}


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


More information about the mono-bugs mailing list