Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
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
)
}