i feel like its also worth mentioning that my firs...
# language-proposals
g
i feel like its also worth mentioning that my first attempt to get this functionality, I tried using
apply
on continue:
Copy code
val y = x ?: continue.apply { log.warning("!!!") }