Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
arithmetic
/
InlineDivision.kt
blob: 1478bdaad2435745be94a81eb42357c745769fa2 [
file
]
fun box
()
=
expectThrowableMessage
{
assert
(
2
/
1
==
4
)
}