Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b3a2b4df653a2684b2b0316549ba32b028c37bf2
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
CheckCustomMessage.kt
blob: 141bcbc500d42efffc7ef75984a65b4976430ce4 [
file
]
// FUNCTION: kotlin.check
fun box
()
=
expectThrowableMessage
{
check
(
1
==
2
)
{
"the world is broken"
}
}