blob: 07a355c83cbbee14e6193f7935d911275132c539 [file] [log] [blame]
package test
public interface RemoveRedundantProjectionKind {
public abstract fun f(/*0*/ p0: kotlin.Comparable<kotlin.CharSequence?>?): kotlin.Unit
public abstract fun f(/*0*/ p0: kotlin.collections.Collection<kotlin.CharSequence?>?): kotlin.Unit
}