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