Files
kotlin-fork/compiler/fir/analysis-tests/testData/extendedCheckers/canBeReplacedWithOperatorAssignment/simpleAssign.txt
T

7 lines
220 B
Plaintext
Vendored

FILE: simpleAssign.kt
public final fun foo(): R|kotlin/Unit| {
lvar y: R|kotlin/Int| = Int(0)
lval x: R|kotlin/Int| = Int(0)
R|<local>/y| = R|<local>/y|.R|kotlin/Int.plus|(R|<local>/x|)
}