paulblessing
val x = if (condition) { complexThingOne() complexThingTwo() "test" } else { complexThingThree() complexThingFour() "testing" }