Files
kotlin-fork/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/initWithLocalDeclarations.lazyBodies.txt
T
2023-12-07 12:26:39 +00:00

10 lines
207 B
Plaintext
Vendored

FILE: initWithLocalDeclarations.kt
public? final? class A : R|kotlin/Any| {
public? constructor(): R|util/A| {
LAZY_super<R|kotlin/Any|>
}
init { LAZY_BLOCK }
}