Issue 151: Anon obj toString fails
Status:  Fixed
Owner: ----
Closed:  Feb 2012
Reported by andy@onthewings.net, Nov 8, 2011


				class Test {
					static public function main():Void {
						var myObj = {
							toString: function(){ return "ok"; }
						}
						trace(myObj.toString()); //Should trace "ok", but: { toString => Object }
					}
				}
Feb 8, 2012
Project Member #1 gameh...@gmail.com
Fixed on SVN
Status: Fixed