Same code, nice and compiling: ``` if (something.a...
# language-proposals
m
Same code, nice and compiling:
Copy code
if (something.any { it.someCondition }) {
  print("Some condition occured!")
} else {
  print("Some condition didn't occur!")
}