7 lines
220 B
Plaintext
Vendored
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|)
|
|
}
|