Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
cast
/
SmartCast.kt
blob: 06fc01f1e32f74f4323387d0724b31b4bdb6f837 [
file
]
fun box
()
=
expectThrowableMessage
{
val greeting
:
Any
=
"hello"
assert
(
greeting
is
String
&&
greeting
.
length
==
2
)
}