object B { def main(Args:Array[String]) = { val Pair(_,x) = Pair(1,2); x + 1; } }