38f4a35be2
#KT-52020 Fixed
11 lines
417 B
Plaintext
Vendored
11 lines
417 B
Plaintext
Vendored
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|kotlin/CharSequence!|> : R|kotlin/Any| {
|
|
}
|
|
}
|