fun foo() { val a = "some" val b = "text" val bar = "$a + $b" }