6af616d3c3
#KT-52236 Fixed
20 lines
390 B
Plaintext
Vendored
20 lines
390 B
Plaintext
Vendored
FILE: C.kt
|
|
public final class C : R|B| {
|
|
public constructor(): R|C| {
|
|
super<R|B|>()
|
|
}
|
|
|
|
public open override fun foo(): R|kotlin/Unit| {
|
|
}
|
|
|
|
}
|
|
FILE: A.kt
|
|
public abstract class A : R|kotlin/Any| {
|
|
public constructor(): R|A| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public abstract fun foo(): R|kotlin/Unit|
|
|
|
|
}
|