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