12 lines
257 B
Plaintext
Vendored
12 lines
257 B
Plaintext
Vendored
FILE: common.kt
|
|
public open expect class A : R|kotlin/Any| {
|
|
public constructor(): super<R|kotlin/Any|>()
|
|
|
|
public final fun foo(): R|kotlin/Unit|
|
|
|
|
}
|
|
public open class B : R|A| {
|
|
public constructor(): super<R|A|>()
|
|
|
|
}
|