6768697071727374757677
Node els = new ValueNode<>(7); IfThenElseNode ifN = new IfThenElseNode(cond, then, els); Node n2 = null; try { n2 = (Node) ifN.clone(); } catch (CloneNotSupportedException e) { fail(e.getMessage()); } assertTrue(ifN != n2);