[Issue 235] goto & scope: cannot goto forward into different try block level

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Nov 20 15:34:01 PST 2006


http://d.puremagic.com/issues/show_bug.cgi?id=235





------- Comment #3 from daekharel at gmail.com  2006-11-20 17:33 -------
The same error appears when using "out" contracts on synchronized methods with
return statements in them, for example:

class Foo {    
    synchronized void foo()
    out {} body { return; }
}


-- 




More information about the Digitalmars-d-bugs mailing list