Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/propertyFromJavaPlusAssign.fir.txt
T
2023-07-12 11:41:33 +00:00

9 lines
256 B
Plaintext
Vendored

FILE: main.kt
public final fun test(b: R|B|): R|kotlin/Unit| {
{
lval <receiver>: R|B| = R|<local>/b|
R|<local>/<receiver>|.R|/B.text| = R|<local>/<receiver>|.R|/B.text|.R|kotlin/String.plus|(String())
}
}