package test

public open class MethodTypePTwoUpperBounds : java.lang.Object {
    public constructor MethodTypePTwoUpperBounds()
    public open fun </*0*/ T : java.lang.Cloneable?> foo(): kotlin.Unit where T : java.lang.Runnable?
}
