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