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