package test import java.util.* public open class ExtraUpperBound { public open fun foo() : String? { throw UnsupportedOperationException() } }