31 lines
781 B
Plaintext
Vendored
31 lines
781 B
Plaintext
Vendored
FILE: jvm.kt
|
|
public open actual class A<T> : R|kotlin/Any| {
|
|
public constructor<T>(): R|A<T>| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public open actual fun foo(arg: R|T|): R|kotlin/Unit| {
|
|
}
|
|
|
|
public open fun bar(arg: R|T|): R|T| {
|
|
^bar R|<local>/arg|
|
|
}
|
|
|
|
public open fun baz(arg: R|T|): R|T| {
|
|
^baz R|<local>/arg|
|
|
}
|
|
|
|
}
|
|
public final class D : R|C| {
|
|
public constructor(): R|D| {
|
|
super<R|C|>()
|
|
}
|
|
|
|
public final fun test(): R|kotlin/Unit| {
|
|
this@R|/D|.R|FakeOverride</B.foo: R|kotlin/Unit|>|(String())
|
|
this@R|/D|.R|/C.bar|(String())
|
|
this@R|/D|.R|FakeOverride</B.baz: R|kotlin/String|>|(String())
|
|
}
|
|
|
|
}
|