Closed issuesbot closed 11 years ago
[comment from ncanna...@gmail.com, published at 23/07/2010, 19:01:35]
[comment from ncanna...@gmail.com, published at 17/12/2010, 13:56:07] since inlining inline the function body, this is not an invalid side effect until some practical example shows otherwise
[Google Issue #147 : https://code.google.com/p/haxe/issues/detail?id=147] by pimmhoge...@gmail.com, at 25/06/2010, 17:53:34 The following code traces "3 + 2 = phive", though I'd expect "null":
This happens on AVM2 and JS, so I assume that it affects all targets.
A workaround is not inlining the function:
An other one is adding "null" to the function body:
Not a high priority issue.