This fails with current master: ```D enum E { a } bool[E] aa; static assert(!__traits(compiles, aa[0])); // would compile?! ``` I'm pretty sure this was introduced in #22208.