fun main(args: Array) { var x = listOf(1,2,"three") var y = x /= x }