Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/diagnostics/sealedClassConstructorCall.txt
T

10 lines
238 B
Plaintext
Vendored

FILE: sealedClassConstructorCall.kt
public sealed class A : R|kotlin/Any| {
private constructor(): R|A| {
super<R|kotlin/Any|>()
}
}
public final val b: R|A| = R|/A.A|()
public get(): R|A|