commit | 20932908b4649b599c49383b8183ea8e1f62ebb1 | [log] [tgz] |
---|---|---|
author | cromwellian <cromwellian@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Jul 07 20:08:53 2009 +0000 |
committer | cromwellian <cromwellian@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Jul 07 20:08:53 2009 +0000 |
tree | 03954c4fa6f7cba1258907e0b63482c7edfbfdbd | |
parent | 5570aff8659185a38cf4de5ba89991ad22647111 [diff] |
Fix for Issue #3796, "syntax error due to inlining of numeric literal into jsni function". Field or method references on numeric literals only work if the numeric literal is surrounded by parentheses or has a space. "42.foo" is not legal, but "(42).foo" and "42 .foo" are. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5686 8db76d5a-ed1c-0410-87a9-c151d255dfc7