Inspectopedia
 
2024.3

Empty declaration

Warning
Code Style
New
Last modified: 03 December 2024

Reports empty declarations.

Empty declarations have no effect. If you remove them, you might improve code readability.

Example:

You can apply the Delete empty declaration quick-fix to remove this declaration.