Issue 172: Type.createEnumIndex
Status:  Fixed
Owner: ----
Closed:  Jun 2012
Reported by musil.j...@gmail.com, May 9, 2012
What steps will reproduce the problem?

enum TestEnum {
	ONE;
}

trace(Type.createEnumIndex(TestEnum, 0));
trace(Type.createEnumIndex(TestEnum, 0) == TestEnum.ONE);


What is the expected output? What do you see instead?
ONE
true

ONE
false


What version of the product are you using? On what operating system?
hxcpp svn Revision: 468

Please provide any additional information below.
Works ok on neko, js, php
Jun 3, 2012
Project Member #1 gameh...@gmail.com
Should be fixed on svn.
Status: Fixed