Wouldn’t that actually be `val x = if(true) { “tes...
# announcements
d
Wouldn’t that actually be
val x = if(true) { “test” } else { “testing” }
?