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