[Mono-bugs] [Bug 660530] Compiler generated variables are all using the same name

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 22 08:32:31 EST 2010


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

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


--- Comment #3 from Marek Safar <msafar at novell.com> 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.


More information about the mono-bugs mailing list