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