Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
RemoveRedundantProjectionKind.java
blob: c865f811d5048149a9fd5efacbab596af9d043e2 [
file
]
package
test
;
import
java
.
util
.
Collection
;
public
interface
RemoveRedundantProjectionKind
{
void
f
(
Collection
<?
extends
CharSequence
>
collection
);
void
f
(
Comparable
<?
super
CharSequence
>
comparator
);
}