Reports empty declarations.

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

Example:

func main() {
 const () // empty declaration
}

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