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