blob: 1a997c69312cf486bee272cd4497eb6d012d3f9a [file] [log] [blame]
public final class DifferentParametersCount : R|kotlin/Any| {
public constructor(): R|test/DifferentParametersCount|
public open class A : R|kotlin/Any| {
public open static fun foo(x: R|java/lang/Runnable!|, y: R|kotlin/Int|): R|kotlin/Unit|
public constructor(): R|test/DifferentParametersCount.A|
}
public open class B : R|test/DifferentParametersCount.A| {
public open static fun foo(x: R|java/lang/Runnable!|): R|kotlin/Unit|
public open static fun foo(x: R|java/lang/Runnable!|, y: R|kotlin/Int|): R|kotlin/Unit|
public constructor(): R|test/DifferentParametersCount.B|
}
}