// "Remove variable 'a'" "true" fun test() { val a: (String) -> Unit = fun(s: String) { s + s } }