With a single property, you can do: ``` fun so...
# language-proposals
d
With a single property, you can do:
Copy code
fun someMethod() {
        bar?.let { ... }
    }
That doesn't compose nicely, however.