blob: 0c43eecbf0c58be64a3ae1ad690408ab6ac19db6 [file] [log] [blame]
fun foo() {
listOf(1, 2).map { <caret> }
}
// EXIST: "i ->"
// EXIST: "i: Int ->"