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