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