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