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