fun main(args: Array) { val x = "${if (true) 42 else { 12 } }abc${if (true) 12 else 42}" }