Reports an implicit declaration of a global variable.

Example:


  var aaa = 1; // good
  bbb = 2; // bad, if bbb is not declared with 'var' somewhere