Files
kotlin-fork/compiler/testData/loadJava/RemoveRedundantProjectionKind.txt
T
2012-12-07 14:02:54 +04:00

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
}