Inspectopedia
 
2024.3

Incorrect type argument count

Error
New
Last modified: 03 December 2024

Reports references to generic types with the incorrect number of type arguments. Usage of a generic type without passing the correct number of type arguments is an error.

A quick fix is available to correct the number of type arguments passed.

Example:

After the quick fix: