| Issue 151: | Anon obj toString fails | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Fixed
|