package test

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