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