package test

public open class MethodWithTypeParameters : java.lang.Object {
    public constructor MethodWithTypeParameters()
    public open fun </*0*/ A, /*1*/ B : java.lang.Runnable> foo(/*0*/ p0: A, /*1*/ p1: jet.List<B>, /*2*/ p2: jet.MutableList<in jet.String?>): jet.Unit where B : jet.List<java.lang.Cloneable>
}
