| Issue 119: | local function with reserved word param does not compile | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The following does not compile using haxe r3805, hxcpp r319. class Test { static function main():Void { function test(char) return char; //will work if this is changed to: function test(chr) return chr; trace(test(123)); } }
Aug 10, 2011
Project Member
#1
gameh...@gmail.com
Status:
Fixed
|