OCLにおいて「Sequence{1,2,3}->insertAt(4, 4)」を実行した際の結果はどれか。

insertAt(index, obj)において、indexが現在のサイズ+1(この場合4)であれば、末尾に追加される。