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