fun main(args: Array){ val x = "abc" + 1 + 2 + 'a' + 3.2 }