blob: 7202bd3a14063facf79500553d42984e7f2f6cd0 [file] [log] [blame]
fun foo(list: List<String>) {
list.map { Stri<caret> }
}