Issue 24: Return-from-block confused by brackets
Status:  Fixed
Owner:
Closed:  May 2010
Project Member Reported by gameh...@gmail.com, May 12, 2010
public static function main ():Void 
{
  ( { trace("hi"); } );
} 

As found in "nape".

May 12, 2010
Project Member #1 gameh...@gmail.com
Fixed on haxe svn
Status: Fixed