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