Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b1f59e5f0d739fd4c19f9e413cc9c324657eafed
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
cast
/
InstanceNotEquals.kt
blob: d69408112939611d43bd194c5eed046d16ef2265 [
file
]
fun box
()
=
expectThrowableMessage
{
assert
(
"Hello, world!"
!
is
String
)
}