Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
99fe570405afa1c9b8db34c3fcff87c945c48255
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
arithmetic
/
InlinePrefixUnaryPlus.box.txt
blob: dd0779373350f61e64620b5c7c86e102ac3bba1f [
file
]
test1: ---
assert(+b)
||
|false
false
---
test2: ---
assert(+b == 3)
|| |
|| false
|2
2
---