blob: 5b71fe8cd71fb166d0a90f2956af432fb7eefff0 [file] [log] [blame]
// WITH_RUNTIME
fun foo(list: List<String>) = list.filter <selection>{ it.length > 6 }</selection>