Inspectopedia
 
2024.3

Unused type variable

Warning
New
Last modified: 03 December 2024

Reports container, method, and type alias type variables that are unused within the project.

Container type variables are only checked if the container has exactly one declaration.

A quick fix is available to remove the unused type variable.

Example:

After the quick fix: