================
@@ -104,6 +104,15 @@ TEST(ArrayRefTest, DropFront) {
EXPECT_TRUE(AR1.drop_front(2).equals(AR2));
}
+TEST(ArrayRefTest, ConsumeFront) {
----------------
kuhar wrote:
We should also test `MutableArrayRef`
https://github.com/llvm/llvm-project/pull/146741