On 2010/04/09 15:16:19, jat wrote:
Do we need to also change String.valueOf(*) which just uses "" + val?
Good point. There might be other places where JsNumberLiteral is changed to a String, so we should look at that. Lex, look at JsToStringGenerationVisitor.visit(JsNumberLiteral x, JsContext<JsExpression> ctx) for example. http://gwt-code-reviews.appspot.com/335801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
