blob: fbf1aaa74c46ce20ee191ac2d3951cb2e2e5c60c [file] [log] [blame]
fun f(list: List<String>) {
val value = list[<selection>1 + 2</selection>]
}