Files
kotlin-fork/analysis/low-level-api-fir/testdata/getOrBuildFir/declarations/propertyDelegateExpression.txt
T

9 lines
237 B
Plaintext

KT element: KtCallExpression
FIR element: FirFunctionCallImpl
FIR source kind: KtRealSourceElementKind
FIR element rendered:
R|kotlin/lazy|<R|kotlin/Int|>(<L> = lazy@fun <anonymous>(): R|kotlin/Int| <inline=NoInline> {
^ Int(1)
}
)