Files
kotlin-fork/analysis/low-level-api-fir/testdata/innerDeclarationsResolve/propertyWithGetterAndSetter.fir.txt
T
2022-07-14 09:38:45 +00:00

9 lines
373 B
Plaintext

FILE: propertyWithGetterAndSetter.kt
public final [BODY_RESOLVE] var withGetterAndSetter: R|kotlin/Int| = Int(42)
public [BODY_RESOLVE] get(): R|kotlin/Int| {
^ F|/withGetterAndSetter|
}
public [BODY_RESOLVE] set([BODY_RESOLVE] value: R|kotlin/Int|): R|kotlin/Unit| {
F|/withGetterAndSetter| = R|<local>/value|
}