Issue 248: string.toString() produce err C2819
Status:  Fixed
Owner: ----
Closed:  Aug 2013
Reported by tond...@gmail.com, Aug 14, 2013
What steps will reproduce the problem?
1. var s = "test";
2. trace(s.toString());
3.

What is the expected output? What do you see instead?
i expect 'test' but Build failed

What version of the product are you using? On what operating system?
hxcpp 3.0.2, haxe 3.0.0, anyOS

Please provide any additional information below.


Aug 22, 2013
Project Member #1 gameh...@gmail.com
Should be fixed on haxe github.  Thanks for reporting.
Status: Fixed