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