Issue 119: local function with reserved word param does not compile
Status:  Fixed
Owner: ----
Closed:  Aug 2011
Reported by Andy.onthewings, May 16, 2011
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
Should be fixed now.
Status: Fixed