package test class Some( val c: Int, val b: Int, val a: Int, ) { val z = 1 val y = 2 val x = 3 }