package test public open class RedundantProjectionKind { public open fun foo(list: List) { throw UnsupportedOperationException() } }