Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
MethodWithWildcard.kt
blob: 009e0a401c31d44484ac7d99244a769104dce7ef [
file
] [
log
] [
blame
]
package
test
fun useMethodWithWildcard
()
=
MethodWithWildcard
<
CharSequence
>().
method
(
emptyList
<
String
>())