package test

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