Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
arithmetic
/
InlinePrefixDecrement.box.txt
blob: 768c442259bc78eaee97e6c9e8054974e0bdb477 [
file
]
test1: ---
assert(--i == 4)
| |
| false
2
---
test2: ---
assert(--a)
|
false
---