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