Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/references/referenceToField.fir.txt
T

14 lines
329 B
Plaintext
Vendored

FILE: referenceToField.kt
public final class A : R|kotlin/Any| {
public constructor(): R|A| {
super<R|kotlin/Any|>()
}
public final val x: R|kotlin/Int| = Int(1)
public get(): R|kotlin/Int| {
::F|/A.x|
^ this@R|/A|.F|/A.x|
}
}