package test

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