blob: 009e0a401c31d44484ac7d99244a769104dce7ef [file] [log] [blame]
package test
fun useMethodWithWildcard() =
MethodWithWildcard<CharSequence>().method(emptyList<String>())