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
648 B
Plaintext
Vendored
11 lines
648 B
Plaintext
Vendored
public open class WildcardBounds : R|kotlin/Any| {
|
|
public/*package*/ open fun foo(x: R|ft<test/WildcardBounds.A<out ft<kotlin/CharSequence, kotlin/CharSequence?>>, test/WildcardBounds.A<out ft<kotlin/CharSequence, kotlin/CharSequence?>>?>|, y: R|ft<test/WildcardBounds.A<in ft<kotlin/String, kotlin/String?>>, test/WildcardBounds.A<in ft<kotlin/String, kotlin/String?>>?>|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/WildcardBounds|
|
|
|
|
public/*package*/ open class A<T : R|ft<kotlin/Any, kotlin/Any?>|> : R|kotlin/Any| {
|
|
public/*package*/ constructor<T : R|ft<kotlin/Any, kotlin/Any?>|>(): R|test/WildcardBounds.A<T>|
|
|
|
|
}
|
|
}
|