Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/RemoveRedundantProjectionKind.txt
2013-04-29 15:44:07 +04:00

7 lines
244 B
Plaintext

package test
public trait RemoveRedundantProjectionKind : java.lang.Object {
public abstract fun f(/*0*/ p0: jet.Collection<jet.CharSequence?>?): jet.Unit
public abstract fun f(/*0*/ p0: jet.Comparable<jet.CharSequence?>?): jet.Unit
}