Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
145b5051f737bcd07fb6d5440a722cea8ba3f98c
/
.
/
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
)
}