| Issue 24: | Return-from-block confused by brackets | |
| 1 person starred this issue and may be notified of changes. | Back to list |
public static function main ():Void
{
( { trace("hi"); } );
}
As found in "nape".
May 12, 2010
Project Member
#1
gameh...@gmail.com
Status:
Fixed
|