Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/properties/backingField/explicitBackingFieldsWithDelegates.fir.txt
T
2021-09-15 18:33:43 +00:00

10 lines
482 B
Plaintext
Vendored

FILE: explicitBackingFieldsWithDelegates.kt
public final val thingWithDelefate: R|kotlin/Number|by R|kotlin/lazy|<R|kotlin/Number|>(<L> = lazy@fun <anonymous>(): R|kotlin/Number| <inline=NoInline> {
^ (Int(2) as R|kotlin/Number|)
}
)
private <explicit backing field>: R|kotlin/Int| = Int(10)
public get(): R|kotlin/Number| {
^ D|/thingWithDelefate|.R|kotlin/getValue|<R|kotlin/Number|>(Null(null), ::R|/thingWithDelefate|)
}