E4128

E4128#

Target of type alias must not be a type parameter.

Erroneous example#

typealias Wrap[T] = T // Error: Target of type alias must not be a type parameter.

Suggestion#

Use the type directly without using a typealias: