Code Inspection: #-private fields access without explicit 'this.'
Checks for #x -like access to private fields. Such syntax was allowed in the early versions of the specification draft, but is no longer a valid syntax. In the most recent versions of the draft, only the syntax with explicit 'this.' qualifier is valid.
Last modified: 08 May 2020