Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
arithmetic
/
InlinePostfixDecrement.kt
blob: e2af9af10d965972dafcdde4538247ed56b9dc5e [
file
]
fun box
()
=
expectThrowableMessage
{
var
i
=
3
assert
(
i
--
==
4
)
}