af60681705
^KT-54792 Fixed ^KT-54801 ^KT-54800
19 lines
326 B
Plaintext
Vendored
19 lines
326 B
Plaintext
Vendored
public abstract interface A : R|kotlin/Any| {
|
|
public open fun foo(): R|kotlin/Unit|
|
|
|
|
public open fun bar(): R|kotlin/Unit|
|
|
|
|
}
|
|
|
|
public open class B : R|test/A| {
|
|
public constructor(): R|test/B|
|
|
|
|
}
|
|
|
|
public final class C : R|test/B| {
|
|
public open fun bar(): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/C|
|
|
|
|
}
|