| Issue 204: | Returning Dynamic in Void methods generates C++ compilation error | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Jan 15, 2013
This is no longer valid haxe code.
Status:
Invalid
|