15 lines
252 B
Plaintext
Vendored
15 lines
252 B
Plaintext
Vendored
public abstract interface A : R|kotlin/Any| {
|
|
public open fun bar(): R|kotlin/Unit|
|
|
|
|
public open fun foo(): R|kotlin/Unit|
|
|
|
|
}
|
|
|
|
public open class B : R|test/A| {
|
|
}
|
|
|
|
public final class C : R|test/B| {
|
|
public open fun bar(): R|kotlin/Unit|
|
|
|
|
}
|