fun main(args: Array){ val a = "${when (1) { 1 -> 42 else -> 3 }}asdfas${when (1) { 1 -> 42 else -> 3 }}" }