Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
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
?>?)
}