| Issue 172: | Type.createEnumIndex | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Fixed
|