Files
kotlin-fork/compiler/fir/analysis-tests/testData/extendedCheckers/unused/valueIsNeverRead.txt
T
2020-08-27 16:07:04 +03:00

8 lines
239 B
Plaintext
Vendored

FILE: valueIsNeverRead.kt
public final fun foo(): R|kotlin/Unit| {
lvar a: R|kotlin/Int| = Int(1)
R|<local>/a| = Int(2)
R|<local>/a| = Int(3)
R|<local>/a| = R|<local>/a|.R|kotlin/Int.plus|(Int(1))
}