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

9 lines
248 B
Plaintext
Vendored

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