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