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