blob: 42dc0dfa1fcb4c3e6d839df0336d0eb8537ab4f6 [file] [log] [blame]
public final class UnboundWildcard : R|kotlin/Any| {
public final fun foo(): R|ft<test/UnboundWildcard.MyClass<*>, test/UnboundWildcard.MyClass<*>?>|
public final fun collection(): R|ft<kotlin/collections/MutableCollection<*>, kotlin/collections/Collection<*>?>|
public constructor(): R|test/UnboundWildcard|
public abstract interface MyClass<T : R|ft<kotlin/CharSequence, kotlin/CharSequence?>|> : R|kotlin/Any| {
}
}