If you want first one to be chained, then you can ...
# announcements
d
If you want first one to be chained, then you can wrap lines after
+
, not before it:
Copy code
val sum = 1 + 
    2 + 
    3 +
    4
This is an artifact of Kotlin grammar and the absence of semicolons