// "Remove elvis operator" "true" fun foo(a: String) { val b : String = a ?: "s" }