10 lines
482 B
Plaintext
Vendored
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|)
|
|
}
|