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