7 lines
163 B
Kotlin
7 lines
163 B
Kotlin
package test
|
|
|
|
public interface RemoveRedundantProjectionKind {
|
|
public fun f(p0: Collection<CharSequence?>?)
|
|
public fun f(p0: Comparable<CharSequence?>?)
|
|
}
|