<@U0SRVKLTC>: um. that’s not true. ``` fun doSomet...
# announcements
t
@dean: um. that’s not true.
Copy code
fun doSomething() {
  var retval: String = “" 
  if (condition) {
    retval = “the condition was met”
  }
  retval += “ and this is always hit”
}