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.
15 lines
508 B
Plaintext
Vendored
15 lines
508 B
Plaintext
Vendored
public abstract interface InheritedOverridden : R|kotlin/Any| {
|
|
public open class Sub : R|test/InheritedOverridden.Super| {
|
|
public open fun foo(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/InheritedOverridden.Sub|
|
|
|
|
}
|
|
public open class Super : R|kotlin/Any| {
|
|
public open fun foo(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/InheritedOverridden.Super|
|
|
|
|
}
|
|
}
|