Inspectopedia
 
2024.3

Reserved word used as name

Warning
Code Style
Last modified: 03 December 2024

Reports declarations of variables, arguments or functions that overlap with the built-in or reserved keyword.

If you receive this error then your code might not be as explicit as possible and might confuse other users.

Example:

Types byte and string collide with the built-in type aliases. Therefore, they will be highlighted. Consider renaming such declarations.