mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
7 lines
248 B
Plaintext
7 lines
248 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
|
|
}
|