[Issue 9690] cannot access to @disable'd symbol from inner function of another @disable'd
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Mar 11 17:06:38 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9690
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com,
| |k.hara.pg at gmail.com
--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-03-11 17:06:35 PDT ---
The problem is that @disable does not work recursively, 'inner' is not actually
disabled. You can verify this by marking 'inner' with @disable.
I'm not sure if it's supposed to be this way. Kenji?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list