Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/F.txt
T
2020-03-19 09:51:01 +03:00

14 lines
256 B
Plaintext
Vendored

FILE: F.kt
public open class A : R|kotlin/Any| {
public constructor(): R|A| {
super<R|kotlin/Any|>()
}
}
public final class B : R|A| {
public constructor(): R|B| {
super<R|A|>()
}
}