Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
SimpleWildcard.java
blob: 334b9dba734d87efda6cf6611d6e8b64bd14087d [
file
] [
log
] [
blame
]
package
test
;
import
java
.
util
.
Collection
;
class
SimpleWildcard
{
public
static
void
simple
(
Collection
<?>
c
)
{}
}