package test import java.io.Serializable public open class AllBoundsInWhen { public open fun foo() where T: Serializable { throw UnsupportedOperationException() } }