Issue 204: Returning Dynamic in Void methods generates C++ compilation error
Status:  Invalid
Owner: ----
Closed:  Jan 2013
Reported by Mihai...@gmail.com, Nov 6, 2012
Using this method:

function test():Void
{
      var ret:Dynamic = null;
      return ret;
}

one does not get a Haxe error, but gets C++ compilation error.
Nov 17, 2012
#1 SamBatis...@gmail.com
I feel like supporting this feature is supporting really bad programming practice.
Jan 15, 2013
Project Member #2 si...@haxe.org
This is no longer valid haxe code.
Status: Invalid