Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
fromLoadJava
/
RemoveRedundantProjectionKind.kt
blob: 1ecc51a10eacec94cb150f0fb6209503be42391d [
file
]
package
test
public
interface
RemoveRedundantProjectionKind
{
public
fun f
(
p0
:
Collection
<
CharSequence
?>?)
public
fun f
(
p0
:
Comparable
<
CharSequence
?>?)
}