2cdc246a27
#KT-11023 Fixed
9 lines
152 B
Kotlin
Vendored
9 lines
152 B
Kotlin
Vendored
// RUNTIME_WITH_FULL_JDK
|
|
// PROBLEM: none
|
|
import java.util.Collections
|
|
|
|
fun test() {
|
|
val list = listOf(1, 2)
|
|
<caret>Collections.reverse(list)
|
|
}
|