Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
arithmetic
/
InlineAddition.kt
blob: 105f1def1ecfb2563a30bf24f62c3127124a0c8a [
file
]
fun box
()
=
expectThrowableMessage
{
assert
(
1
+
1
==
4
)
}