data class Num(val x: Int) fun demo(x: Int) = "${Num(x)}"