namespace test

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