http://d.puremagic.com/issues/show_bug.cgi?id=7566
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from yebblies <[email protected]> 2012-02-24 13:15:51 EST --- (In reply to comment #3) > I am expecting to see somewhat like > > ./d_compiler_bug_around_debug.d(10): found 'else' instead of statement > ./d_compiler_bug_around_debug.d(13): unrecognized declaration > > when compiled with debug key and nothing when compiled without. > I believe my expectations are correct ... The following is valid syntax: debug { } else { } Although I don't think I've ever wanted to use an else block on a debug statement. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
