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