Reports floating point literals ending with a decimal point ('.').

It is recommended for users to avoid them to prevent confusion with method call syntax.

Example:


  var x = 1.

After the quick-fix is applied:


  var x = 1.0