// RUNTIME_WITH_FULL_JDK // PROBLEM: none import java.util.Collections fun test() { val list = listOf(1, 2) Collections.reverse(list) }