Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
145b5051f737bcd07fb6d5440a722cea8ba3f98c
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
Transformations.kt
blob: ba8ab8f14b4fded599032da8b44b45f8730cccbe [
file
]
fun box
()
=
expectThrowableMessage
{
val hello
=
listOf
(
"Hello"
,
"World"
)
assert
(
hello
.
reversed
()
==
emptyList
<
String
>())
}