class Test(val a: Int var b: Int val c: Int) { override fun toString() = "$a $b $c" } fun test(val a: Int var b: Int val c: Int) { }