6 lines
176 B
Plaintext
Vendored
6 lines
176 B
Plaintext
Vendored
FILE: validAddition.kt
|
|
public final fun foo(): R|kotlin/Unit| {
|
|
lvar x: R|kotlin/Int| = Int(0)
|
|
R|<local>/x| = R|<local>/x|.R|kotlin/Int.plus|(Int(1))
|
|
}
|