``` val whatTypeAmI: ? = running.ifTrue { 1 + 1 } ...
# language-proposals
r
Copy code
val whatTypeAmI: ? = running.ifTrue { 1 + 1 }