Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/propertyFromJavaPlusAssign.txt
T
2020-03-19 09:51:01 +03:00

5 lines
150 B
Plaintext
Vendored

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