blob: eedf4a89b2b45b224ce97c01ef4c7c3d8841e270 [file] [log] [blame]
// "Remove variable 'a'" "true"
fun test() {
val <caret>a: (String) -> Unit = fun(s: String) { s + s }
}