package test public fun useMethodWithWildcard(): kotlin.collections.(Mutable)Collection! public open class MethodWithWildcard { public constructor MethodWithWildcard() public open fun method(/*0*/ (kotlin.collections.MutableCollection..kotlin.collections.Collection?)): kotlin.collections.(Mutable)Collection! }