thanhlong203 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Closure compiler inserts garbage no-op line Math.floor(Math.random()*2147483648).toString(36); #277

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile any source file.
2. Note the garbage line that has no side effects at the top. 

Math.floor(Math.random()*2147483648).toString(36);

What is the expected output? What do you see instead?
This shouldn't be there. It's a no-op!

Original issue reported on code.google.com by espr...@google.com on 9 Feb 2011 at 3:53

GoogleCodeExporter commented 8 years ago
This bug should be filed against Closure Compiler, ideally with exact repro 
steps.

Original comment by pall...@google.com on 23 Feb 2011 at 1:14