package test public open class Max: Object() { public open fun max(p0 : Collection?): T? where T : Comparable? { throw UnsupportedOperationException() } }