// IGNORE_FE10 fun f(s: String, action: (String.() -> Unit)?) { s.action?.let { it() } }