package test public /*synthesized*/ fun ?> GenericInterfaceParametersWithBounds(/*0*/ function : (jet.Array?, B?) -> jet.Unit) : test.GenericInterfaceParametersWithBounds where A : jet.Comparable?, A : java.lang.Cloneable? public trait GenericInterfaceParametersWithBounds?> : java.lang.Object where A : jet.Comparable?, A : java.lang.Cloneable? { public abstract fun method(/*0*/ p0 : jet.Array?, /*1*/ p1 : B?) : jet.Unit }