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