namespace test public abstract trait test.RemoveRedundantProjectionKind : java.lang.Object { public abstract fun f(/*0*/ p0: jet.Collection?): jet.Tuple0 public abstract fun f(/*0*/ p0: jet.Comparable?): jet.Tuple0 }