38f4a35be2
#KT-52020 Fixed
19 lines
646 B
Plaintext
Vendored
19 lines
646 B
Plaintext
Vendored
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|
|
|
|
|
}
|
|
}
|