If you have an extra scope to apply, it already works: ```d with(Days) switch(day) { case Monday: …; break; case Tuesday: …; break; } ```