namespace test

public open class test.MethodWithTypeParameters : java.lang.Object {
    public final /*constructor*/ fun <init>(): test.MethodWithTypeParameters
    public open fun </*0*/ A : jet.Any?, /*1*/ B : java.lang.Runnable & jet.List<java.lang.Cloneable>>foo(/*0*/ p0: A, /*1*/ p1: jet.List<out B>, /*2*/ p2: jet.List<in jet.String?>): jet.Tuple0
}
