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