javascript - How to suppress "WARNING - Redeclared variable:" in Closure Compiler -


I have successfully suppressed some warnings in the closor compiler

  / ** * @ Fileoverview * @suppress {checkTypes | Duplicate} * /   

But I can not find how to press "Warning - Redclair Variable": "

I press @ < P> Generally, there is a list of logic to use with @suppress, any error or warning?

This should work ...

  / ** @suppress {duplicate} * / var dup;    

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -