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