blob: 072482cd8764b2aaab22fd47c57a6e1c85c98c96 [file] [log] [blame]
fun foo(list: List<String>) {
list.for<caret>
}