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

https://bugzilla.novell.com/show_bug.cgi?id=660530#c3


--- Comment #3 from Marek Safar <[email protected]> 2010-12-22 13:32:30 UTC ---
It does not sound to me like an issue. Any tools depending on name is broken as
local names are not guaranteed to be unique even in C#

Consider this

        static void Main (string[] args)
        {
            {
                int foo;
            }
            {
                int foo;
            }
        }

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to