E4128# Target of type alias must not be a type parameter. 错误示例# typealias Wrap[T] = T // Error: Target of type alias must not be a type parameter. 建议# Use the type directly without using a typealias: