blob: c8f0a6fb86e78469941943d76ddfc0edc28d544e [file] [log] [blame]
package test
public fun testWildcard(): kotlin.Unit
public/*package*/ open class SimpleWildcard {
public/*package*/ constructor SimpleWildcard()
// Static members
public open fun simple(/*0*/ kotlin.collections.(Mutable)Collection<*>!): kotlin.Unit
}