// WITH_RUNTIME fun main(args: Array){ val x = "abcd" val y = x + x.reverse() }