Type arguments of a generic type alias should be well-formed types (type projections). interface NN<T : Any> typealias Predicate<T> = (T) -> Boolean typealias ...
確定! 回上一頁