a12e31daf1
Because those test are single Java files, many of them use a top-level class as a container for multiple classes to be tested. Such tests do almost nothing if those nested classes aren't handled.
11 lines
442 B
Plaintext
Vendored
11 lines
442 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|ft<kotlin/CharSequence, kotlin/CharSequence?>|> : R|kotlin/Any| {
|
|
}
|
|
}
|