7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
namespace test
|
|
|
|
public abstract trait test.RemoveRedundantProjectionKind : java.lang.Object {
|
|
public abstract fun f(/*0*/ p0: jet.Collection<jet.CharSequence?>?): jet.Tuple0
|
|
public abstract fun f(/*0*/ p0: jet.Comparable<jet.CharSequence?>?): jet.Tuple0
|
|
}
|