fun foo() = run { print("a") val v = 1 print(v) "x" }