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