My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
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
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

Powered by Google Project Hosting