Files
kotlin-fork/analysis/low-level-api-fir/testdata/getOrBuildFir/wholeDeclaration/memberProperty.txt
T
2023-04-06 08:09:41 +00:00

7 lines
252 B
Plaintext

KT element: KtProperty
FIR element: FirPropertyImpl
FIR source kind: KtRealSourceElementKind
FIR element rendered:
public final [ResolvedTo(BODY_RESOLVE)] val x: R|kotlin/String| = String()
public [ResolvedTo(BODY_RESOLVE)] get(): R|kotlin/String|