the most idiomatic replacement would be: ``` if (m...
# language-proposals
v
the most idiomatic replacement would be:
Copy code
if (manager.nets.any { it.handleLogin(...) }) {
  return
}
👍 4