I had hoped to be able to do `val s: String? = ......
# announcements
r
I had hoped to be able to do
val s: String? = ... ; if (s.isNotNullOrBlank()) s.callMethod()
...